Re: [android-developers] Re: how to be a game developers in android

2012-01-12 Thread Paco Abato
Beginning Android Games by Mario Zechner is a good first step. Worked
for me anyway. You need to know Java.

Francisco Abato Helguera
pacoab...@gmail.com

SAIG S.L. - www.saig.es
Analista Programador
fab...@saig.es
Tlfno. SAIG: 955 72 33 44

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: How to read data off a website into an Android app

2011-11-16 Thread Paco Abato
Can't you use Apache POI?
http://poi.apache.org/

On Wed, Nov 16, 2011 at 01:23, mellery451  wrote:
> well, you're not going to be able to (easily) read Excel files on
> android (xls, or whatever they are called these days), but csv will
> probably work - perhaps that's what you were thinking of anyhow. Have
> a look at 
> http://groups.google.com/group/android-developers/browse_thread/thread/cec5eb668e3293fe
> for discussion about loading csv. Once you've fetched the file using
> the http client, opencsv should be able to parse/load it.
>
> -Mike
>
> On Nov 15, 3:50 pm, Jungle Jim  wrote:
>>
>> One more question: I also want to be able to put some data (perhaps in
>> Excel spreadsheet format, but not restricted to that) somewhere on the
>> web and have my app read that data. This way I can periodically revise
>> the data that shows on the apps that my customers have installed on
>> their phones.
>>
>> Any ideas on the best way to do that?
>>
>> On Nov 15, 3:44 pm, mellery451  wrote:
>>
>>
>>
>>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] running an application at background

2011-11-18 Thread Paco Abato
Hello Sumedh:

It seems that what you need is a service:
http://developer.android.com/guide/topics/fundamentals/services.html

Regards.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en