Hi ,
We are using PVCS 6.0 in our current project . I want to checkout the complete project
along with the folder heirarchy into my working directory . currently if i select the project and do a checkout , it just dumps all the file into my working folder without any heirarchy . Any idea about how to go about this ? ...
any help is appreciated
I have a large sln with many project.
I just made a change in project A and it build 9 other projects that project A references, but that had no code change.
Anyone know of any tricks to speed this process up?
I have created SQLiteOpenHelper class to help me open write the database. but i am not able to invoke it from the main.java activity
I have created an Class which extends the Database Helper which is stored at
/Messaging/src/com/v3/messaging/DatabaseHelper.java
Code: http://pastebin.com/Z5qp32xu
now i have this class called Main.java which will be the first activity on the launch of the application. But how can i make the DatabaseHelper.java run just to create the database but still be at the Main.java file.
The database should be created with the tables only when the db or the tables dont exist.
Main.java code: http://pastebin.com/LVFVuhA0
Now when i run the program. the database is not being created :(
I am trying to learn Android. So please excuse me if i forgot to tell something.