[android-developers] sqlite size capacity

2012-01-28 Thread Live Happy
what is the maximum size of sqlite on the mobiles phone (android, iPhone, blackberry, windows mobile) its the same on all of them and in wish of them sqlite more compatibility and the performance of it is high thx for answer -- You received this message because you are subscribed to the Google

Re: [android-developers] Dynamically populating LinearLayout in an AppWidget

2012-01-28 Thread YuviDroid
Oh well I gave it a shot :D Anyway, glad you found the problem/solution at the end ;) Cheers, Yuvi On Sat, Jan 28, 2012 at 7:22 AM, TreKing treking...@gmail.com wrote: On Fri, Jan 27, 2012 at 6:00 PM, YuviDroid yuvidr...@gmail.com wrote: I think I had a similar problem some time

[android-developers] Re: SQLiteDatabase.execSQL() not behaving as expected

2012-01-28 Thread John
It is definitely not a one to one mapping, especially when it comes down to handling transactions (as execSQL does an implicit one, etc) and doing C/Java mappings along with SQLIte's auto type conversions (NULL to int, etc). There's also no way to include in C functions either. One thing to note

Re: [android-developers] AutoScroll ListView at specified intervals without user intervention

2012-01-28 Thread YuviDroid
Probably you want to take a look at: http://developer.android.com/reference/android/widget/ListView.html#smoothScrollByOffset(int) or http://developer.android.com/reference/android/widget/ListView.html#smoothScrollToPosition(int) Although I'm not sure exactly what you are trying to accomplish.

Re: [android-developers] How to parse Json file (Which is output of http://maps.googleapis.com/maps/api/geocode/json.....)

2012-01-28 Thread Dhaval Varia
After Lots of trial i got following solution. I am writing full solution,with the intention that everyone can take benefit of it.and getting solution without wasting valuable time,like me. package com.example.Jsonparse; import java.io.BufferedReader; import java.io.BufferedWriter; import

[android-developers] Crash after StartActivity

2012-01-28 Thread Rudolf Polzer
I am working on an app for andoid 2.1-update 1 (API Level 7). After calling context.startActivity(new Intent(context, WakeActivity.class)); the app crashes. The stack is then ActivityThread.handleReceiver(ActivityThread$ReceiverData) line: 2639 This may be unable to start receiver, but

[android-developers] Eclipse find error

2012-01-28 Thread mark2011
Dear All : One day I can't run the eclipse to edit the android api. The message is that JRE error occurred while run. So I new install jdk, then I can run the eclipse. But there is an error flag is on my old project, I can't find any error in my source res. Can anyone help me to fix this

[android-developers] Lunch and Accessible only to a Specific location-Within State.

2012-01-28 Thread kumar varma
Hi Developers , Could you please help me out with this query. Can we only launch the application to a specific location in india ? Ex : Application should be only available in India in only one state ? Andhra Pradesh. My Client requirement is to lunch the application only in Andhra Pradesh-

Re: [android-developers] Crash after StartActivity

2012-01-28 Thread YuviDroid
Can you post the entire stack trace? First thing that pops to my mind is: have you declared your WakeActivity in the android manifest? On Sat, Jan 28, 2012 at 11:48 AM, Rudolf Polzer rudolf.pol...@i-r-p.dewrote: I am working on an app for andoid 2.1-update 1 (API Level 7). After calling

[android-developers] Re: How to parse Json file (Which is output of http://maps.googleapis.com/maps/api/geocode/json.....)

2012-01-28 Thread Greivin Lopez
Hi, I suggest you to take a look at the Gson library from Google to parse the JSON response from the service: http://code.google.com/p/google-gson/ It has a very competitive performance according to this resource: http://martinadamek.com/2011/02/01/adding-gson-to-android-json-parser-comparison/

RE: [android-developers] Re: Encoder???

2012-01-28 Thread Muhammad UMER
hi pskink, Sorry, you have give me the link of how to write the file, but i want the example, that show how to write the ftyp and moov atom to the file.Can you share me a link. Regards, umer Date: Fri, 27 Jan 2012 03:25:12 -0800 Subject: Re: [android-developers] Re: Encoder???

[android-developers] Re: AutoScroll ListView at specified intervals without user intervention

2012-01-28 Thread Giants203
I'm trying to automatically scroll the list view based on the playing of an audio file. The listview items will have English translation of what is being played in the audio which will be in a foreign language. So as the audi progresses, i need to keep the listview scrolling down. I will maintain

Re: [android-developers] Re: Encoder???

2012-01-28 Thread skink
Use writeInt(int v) pskink -- 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] Help with Emacs - Anyone?

2012-01-28 Thread bsquared
I have gotten further now. I can compile with the android(-mode) tools, and run emulator, ddms etc. However, I am lacking the code completion features. Anyone know how to do this. Thank you. Regards, Brian -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] Re: AutoScroll ListView at specified intervals without user intervention

2012-01-28 Thread YuviDroid
Ok, now it's clearer :) The two links I gave you should help with auto-scroll part. With the time intervals you might use a Timer ( http://developer.android.com/reference/java/util/Timer.html), or make use of the AlarmManager (

Re: [android-developers] Re: android accelerometer to measure distance

2012-01-28 Thread heri_hahihu
i want to measure distance by android. can u give me idea? just near distance. On Fri, Jan 27, 2012 at 12:32 AM, TomL tomlo...@gmail.com wrote: Not all Android devices have the proximity sensor. In the ones that do, most only give a yes/no response to whether something is near the sensor, so

[android-developers] Digest Email not working for over a week

2012-01-28 Thread Dusk Jockeys Android Apps
The Android Developers Digest Email, each summarizing around 25 messages to this group, suddenly stopped coming through around a week ago. Does anyone else have the same issue, or is it confined to my account? It happened a few months before, but started again after a few days, so I assumed it

[android-developers] Re: android help

2012-01-28 Thread ajay talreja
okkk. For my first application...Emergency Sms which send msg at one tab of application or key,as you said long pressed on application is not possible.so is there any method to do code on numeric keypadlike speed diali want to send message from my numeric keylike when one

[android-developers] admod request

2012-01-28 Thread Salih Selametoglu
Hello friend, I done simple application. so i wanna add admod. bu it doesn't request. I use this code; AdView adview = (AdView)findViewById(R.id.adView); AdRequest req = new AdRequest(); req.setGender(AdRequest.Gender.MALE); adview.loadAd(req); What is wrong? is there any idea? Salih

Re: [android-developers] Re: android help

2012-01-28 Thread TreKing
On Sat, Jan 28, 2012 at 12:43 PM, ajay talreja ajayt...@gmail.com wrote: is there any method to do code on numeric keypadlike speed diali want to send message from my numeric keylike when one is pressed.A message should be sent to specified number..if yes provide me

Re: [android-developers] Re: android help

2012-01-28 Thread Kristopher Micinski
On Sat, Jan 28, 2012 at 1:43 PM, ajay talreja ajayt...@gmail.com wrote: okkk. For my first application...Emergency Sms which send msg at one tab of application or key,as you said long pressed on application is not possible.so is there any method to do code on numeric

Re: [android-developers] Re: android accelerometer to measure distance

2012-01-28 Thread Kristopher Micinski
You didn't understand his question. It's obvious you want to measure near distance, but why do you want to do this? Basically, the sensors on the phone aren't accurate enough to measure within 20/30cm. On Sat, Jan 28, 2012 at 12:37 PM, heri_hahihu heri.pc...@gmail.com wrote: i want to measure

[android-developers] Re: admod request

2012-01-28 Thread Salih Selametoglu
ok. it is running. Error is about server. 2012/1/28, Salih Selametoglu barbooni...@gmail.com: Hello friend, I done simple application. so i wanna add admod. bu it doesn't request. I use this code; AdView adview = (AdView)findViewById(R.id.adView); AdRequest req = new AdRequest();

Re: [android-developers] How to get utf-8 encode page with HTTP request?

2012-01-28 Thread TurboMan
Thanks Mark, But, it didn't help, they all are related to json. I tried to make it work with my case, no luck Any other suggestions are welcome. Regards TM -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] login problem

2012-01-28 Thread arun kumar
Hi in the first activity am givning the uname and pass values in the intent...and get that data in the second activity String login = getIntent().getStringExtra(Username); and this data login value i have to pass to the UsernamePasswordCredentials creds = *new* UsernamePasswordCredentials(

[android-developers] Any good backends for managing Checkins and/or User sign/ins?

2012-01-28 Thread pawpaw17
Hi Guys, Does anyone know of any good off-the-shelf backend solutions for managing checkin or user sign in data appropriate for use in an Android app? Some web app that supports and Android app managing user signin process or product checkin via RESTful http service calls? If anyone has opinions

Re: [android-developers] Any good backends for managing Checkins and/or User sign/ins?

2012-01-28 Thread Kristopher Micinski
https://www.parse.com/ I've been wanting to try those guys for a long time now.., kris On Sat, Jan 28, 2012 at 6:29 PM, pawpaw17 georgefraz...@yahoo.com wrote: Hi Guys, Does anyone know of any good off-the-shelf backend solutions for managing checkin or user sign in data appropriate for use

[android-developers] Android - Rename Application Package feature broke

2012-01-28 Thread greenlion89
I love the Android Tools Rename Application Feature in Eclipse. However it recently broke for me (I think it stopped working after I imported a library as a reference - using the lvl library), every time I try to rename a package, I input the new package name, click ok and I get an error

[android-developers] Poll: how many of you use a backend service or roll your own

2012-01-28 Thread Kristopher Micinski
All, This is to you developers who want to backend communication in your apps. This need pops up naturally in many apps because there just isn't any other way to do it. (For example, file exchange, syncs with a server, etc..) Right now I think that there are a few up and coming libraries and

Re: [android-developers] Eclipse find error

2012-01-28 Thread Ray Tayek
At 03:17 AM 1/28/2012, you wrote: ,,,So I new install jdk, then I can run the eclipse. But there is an error flag is on my old project, i assume you tried a clean. maybe delete the cache ~/.android. failing that, make a new project and copy your old files into it. thanks --- co-chair

Re: [android-developers] Re: android accelerometer to measure distance

2012-01-28 Thread heri_hahihu
i am sorry.. i want to measure distance object by phone camera like smart measure app. but i want to measure object without entering data of object like height of object. in my mehtode I do twice the measurement and here I must know the distance of displacement measurement of the first and second

[android-developers] Re: AutoScroll ListView at specified intervals without user intervention

2012-01-28 Thread Giants203
Thanks for your input. On Jan 28, 10:55 am, YuviDroid yuvidr...@gmail.com wrote: Ok, now it's clearer :) The two links I gave you should help with auto-scroll part. With the time intervals you might use a Timer (http://developer.android.com/reference/java/util/Timer.html), or make use of

[android-developers] Re: android help

2012-01-28 Thread ajay talreja
@treking : thanks...but have tried them as well @kris : thanks. @kris : You mean by forcing a geo fix with mock locations or using a fake gps type application? No, I'm not trying to modify the locationsI'm just passing the values from emulator control which are default

Re: [android-developers] Re: android help

2012-01-28 Thread Kristopher Micinski
Sorry, at this point I've lost track of what you're trying to debug.. ? kris On Sun, Jan 29, 2012 at 1:22 AM, ajay talreja ajayt...@gmail.com wrote: @treking : thanks...but have tried them as well @kris : thanks. @kris :   You mean by forcing a geo fix with mock locations or

Re: [android-developers] Lunch and Accessible only to a Specific location-Within State.

2012-01-28 Thread TreKing
On Sat, Jan 28, 2012 at 6:04 AM, kumar varma kkvarm...@gmail.com wrote: My Client requirement is to lunch the application only in Andhra Pradesh- India ! http://support.google.com/androidmarket/developer/bin/answer.py?hl=enanswer=113469topic=16285ctx=topic

Re: [android-developers] Lunch and Accessible only to a Specific location-Within State.

2012-01-28 Thread Kristopher Micinski
At the same time.. Once somebody gets your apk, there's no way to stop them from installing it outside of that region, but you're probably just most worried about market distribution anyway. kris On Sun, Jan 29, 2012 at 2:25 AM, TreKing treking...@gmail.com wrote: On Sat, Jan 28, 2012 at 6:04