贴出部分代码,以供参考: private static int mTileSize; protected static int mXTileCount; protected static int mYTileCount; protected static final int RED_STAR = 1; protected static final int GREEN_STAR = 2; protected static final int YELLOW_STAR = 3; private in
public void paint(Graphics g){ Points p = new Points(); Points point2; uuid=UUID.randomUUID(); p.setX(0); p.setY(new Random().nextInt(250)); str = "insert into Point (Point_Id,Point_X,Point_Y) values('"+uuid+"',"+p.getX()+","+p.getY()+")"; try { lin
C#开发Android应用实战——使用Mono for Android和.NET/C# 《C#开发Android应用实战——使用Mono for Android和.NET/C#》基本信息 原书名:Professional AndroidTM Programming with Mono for Android and .NET/C# 作者: (美)Wallace B. McClure Nathan Blevins John J. Croft IV Jonathan Dick Chris Hard