[android-developers] Re: How can we open browser in Android through code?

2013-10-22 Thread Andrew Cesario
If I use this code, I get the following: === Multiple markers at this line - Return type for the method is missing - Syntax error on token intent, VariableDeclaratorId expected after this token - intent cannot be resolved to a type === I am specifically trying to link

[android-developers] Re: Play Store - APK free for a limited time??

2012-10-16 Thread Andrew Cesario
I'm sure there is a way to do this. Do you mean you want it to be a trial period? or do you want to put a trial app, and your full app?functionality? You could probably package 2 apps... let me know your intention. -ac On Tuesday, October 16, 2012 12:11:13 PM UTC-4, galone wrote:

[android-developers] How to deliver a free app, but purchase expansions?

2012-10-09 Thread Andrew Cesario
I am designing my first game for android and I would like to give away the base game which would be downloaded for free. This is a single player rpg, designed for use without internet access. If people like it they can then buy other maps...like dungeons... or different weapons, scrolls etc..

Re: [android-developers] Re: How to deliver a free app, but purchase expansions?

2012-10-09 Thread Andrew Cesario
Look at how they manage in-app purchases. On Tuesday, October 9, 2012 1:43:19 PM UTC+1, Andrew Cesario wrote: I am designing my first game for android and I would like to give away the base game which would be downloaded for free. This is a single player rpg, designed for use without

[android-developers] Re: What is the best phone to buy for Android Development?

2012-10-01 Thread Andrew Cesario
You dont even need a phone to test your apps. You can test using the eclipse sdk. However, it is nice to have a phone... doesnt matter which one... to see your apps working. That being said, if I were going to buy a new phone I would buy something with the latest system version, but be sure

[android-developers] Re: File location of database file by using SQLiteDatabase

2012-07-17 Thread Andrew Cesario
Alok You can find the database file in eclipse using the following navigation: While your emulator is running, click DDMS in the upper right. Then expand data, data, yourpackagname, database as shown below. From here you can delete, download, upload the db file. On Monday, July 16, 2012

[android-developers] Re: File location of database file by using SQLiteDatabase

2012-07-17 Thread Andrew Cesario
oops, it doesnt let me past the file... here it is attached. On Tuesday, July 17, 2012 8:53:07 AM UTC-4, Andrew Cesario wrote: Alok You can find the database file in eclipse using the following navigation: While your emulator is running, click DDMS in the upper right. Then expand data

[android-developers] Re: backend for app?

2012-07-15 Thread Andrew Cesario
Why not use Java, eclipse SDK, sqlite? (*mysql is way better than sqlite, but sqlite seems more direct for apps) On Thursday, July 12, 2012 3:50:39 PM UTC-4, dave wrote: is there a better backend for apps? i know php and mysql. should i just go with what i know? -- You received this

[android-developers] Re: sdk version Compatibility

2012-07-15 Thread Andrew Cesario
Not sure why my posts are not saving, but I have an app that is hitting the same problem with 4.0.4 for one of my users. The app launches, the splash screen shows, then the program crashes and locks up the device. No user errors or stack trace is loaded to my developer console. I have no

[android-developers] Re: sdk version Compatibility

2012-07-15 Thread Andrew Cesario
I have a user reporting the same behavior with 4.0.4. There are no errors listsed on my site, and he says that there are no errors or exceptions, the program just quits. I downloaded your app today but it doesn't work on my phone. I've got a new galaxy s 3. The app shows the splash screen

[android-developers] Re: sdk version Compatibility

2012-07-15 Thread Andrew Cesario
Reshmy I looked into my stack trace and found a couple of problems. Both were sqlite related and I fixed them with a few lines of code change. Do you have a stack trace? -ac On Thursday, July 12, 2012 9:37:37 AM UTC-4, reshmy anup wrote: Hi.. I have created an android application in sdk

Re: [android-developers] Re: backend for app?

2012-07-15 Thread Andrew Cesario
, 2012 at 9:55 PM, Andrew Cesario andrewcesa...@gmail.com wrote: Why not use Java, eclipse SDK, sqlite? (*mysql is way better than sqlite, but sqlite seems more direct for apps) On Thursday, July 12, 2012 3:50:39 PM UTC-4, dave wrote: is there a better backend for apps? i know php