Posts by sTokes • 75 points
4 posts
-
0
votes0
answers870
viewsQ: Error with android.support.v7.app. How to resolve?
I’ve searched the entire forum and found nothing to solve my problem. Whenever I create a new project by Eclipse, it accuses an error in the android.support.v7.app.Actionbaractivity library, within…
-
3
votes2
answers442
viewsQ: How to add "android-support-v13.jar" to my project?
I’m following the book "Android Application Development for Dummies" and arrived in a part of the book where it says the following: Copy the android-support-v13.jar file to your project’s libs…
-
3
votes1
answer1006
viewsQ: How is it possible to make an Activity appear only once to the user?
My plan is the following: In my project I have 2 Activitys; these two activitys are only welcome to the user, so I would need it to appear only the first time the user starts the application. I…
-
1
votes1
answer300
viewsQ: Is it possible to create an agenda on Android Eclipse?
I need to create a "private" contacts schedule (other than the mobile API itself). For example: I have the BUTTON (A) and BUTTON (B); AGENDA (A) and AGENDA (B); When the user clicks the BUTTON (A),…