Re: [android-developers] Re: Anyone from Google reading this group? (Was: Wrong stack behaviour in Android 4.4)

2013-12-26 Thread BoD
Kristopher, I don't see how I was rude (is ping a bad word?). You're the one who insists on changing the subject, talking about grammar, etiquette, and feelings... Do you have any information regarding issue 61950? If not, please refrain from replying to this. Thanks a lot, -- BoD --

Re: [android-developers] Re: Anyone from Google reading this group? (Was: Wrong stack behaviour in Android 4.4)

2013-12-26 Thread Michael Banzon
No. Please stop. On Dec 26, 2013 11:03 AM, BoD bodlu...@gmail.com wrote: Kristopher, I don't see how I was rude (is ping a bad word?). You're the one who insists on changing the subject, talking about grammar, etiquette, and feelings... Do you have any information regarding issue 61950? If

[android-developers] AutoCompleteTextview multi line (not dropdown but textbox)

2013-12-26 Thread Sandeep Armal
I am using one autocomplete. I want to show this autocomplete as a multiline. I don't want to show dropdown as a multi line but i want to show textbox as a multi line. I also use multiline attribute in .xml file but it's showing nextline key on keyboard and i don't want to use user to press

[android-developers] [OFF] My new app released (Portuguese)

2013-12-26 Thread Tiago Braga
Hello! I released new app for kids. Could review and commenting on the application? https://play.google.com/store/apps/details?id=br.com.girafinhamone.colorindo Thanks! -- Atenciosamente, Tiago Braga Machado -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: RSS feed parsing multiple images with SAX parser for same nodes/parameters

2013-12-26 Thread sweety fx
This is how I am parsing it for single image url ArrayListData mData = new ArrayListData(); @Override public void characters(char ch[], int start, int length) throwsSAXException { mData.get(mCount).mImageUrl = new String(ch, start, length); } This works fine for a single

Re: [android-developers] Re: Anyone from Google reading this group? (Was: Wrong stack behaviour in Android 4.4)

2013-12-26 Thread Kristopher Micinski
I don't have any information on this particular issue, but if anyone did, they would have pointed it out. I pointed you at various other resources which may be more helpful than the Android development list. In particular, this list relates to app development. While asking about issues which

[android-developers] Video compression

2013-12-26 Thread Miguel Carrallo
Hi We take a video using ACTION_VIDEO_CAPTURE with EXTRA_VIDEO_QUALITY set to 0. When capture a video, the size is aprox. 1mb/sec. How can i compress this video to reduce the resolution or compress it to send to web service? Thanks. Miguel -- You received this message because you are

[android-developers] LVL give licenses for free

2013-12-26 Thread Gabriel Simões
Is it possible to give to specific users free licenses on LvL or in app purchases credits? If so, how? 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

[android-developers] LVL give licenses for free

2013-12-26 Thread Gabriel Simões
Is it possible to give to specific users free licenses on LvL or in app purchases credits? If so, how? 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

[android-developers] LVL give licenses for free

2013-12-26 Thread Gabriel Simões
Is it possible to give to specific users free licenses on LvL or in app purchases credits? If so, how? 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

[android-developers] Motion Detector

2013-12-26 Thread andrew95434
I need an application that detects movement with the camera and starts calling a number. And if someone grabs the phone, the application closes. I don't know much of programming, but the application doen't exist, so I want to create it. Can someone help me with anything to do it? How can I

[android-developers] Why are Android apk on Google Play market bound to a Google Account?

2013-12-26 Thread Heshan Perera
Let's say I published a paid Android app to Google Play for selling. Let's say user A pays for and installs it. Now user 'A' can extract this apk from his device and freely distribute it to other users, who will not have to pay for it anymore. Hence, as a developer, I lose out. I know the

Re: [android-developers] Why are Android apk on Google Play market bound to a Google Account?

2013-12-26 Thread Kristopher Micinski
FYI this is why full app encryption exists in Jelly Bean. DRM is a moving target, you could always imagine a user which roots the device and copies the APK out of memory (though this would be pretty technically involved...). So while no perfect solution exists, full app encryption definitely

[android-developers] CursorLoader in Existing database with ContentProvider

2013-12-26 Thread Amit Siddhpura
Hi Alex, i have make so many dictionaries, https://play.google.com/store/apps/developer?id=iGeniusDevhl=en, right now i am using SimpleCursorAdapter, but after, i got that i must use CursorLoader for better performance, So, my problem is that i do not know what will be ContentUri, and

[android-developers] Audiobook as an App

2013-12-26 Thread Giorgis
I would like to create an Audiobook as an app. I wonder if I would be breaching the terms of service ? I would like it to be completely self contained such that after installation all the data as well as the app is on the phone. I have searched far and wide in the forum and the Google legalese

[android-developers] Re: Why are Android apk on Google Play market bound to a Google Account?

2013-12-26 Thread Eric Wong (hdmp4.com)
Sounds like you didn't about LVL licensing and implement LVL based restrictions to prevent this. On Friday, 27 December 2013 16:29:54 UTC+11, Heshan Perera wrote: Let's say I published a paid Android app to Google Play for selling. Let's say user A pays for and installs it. Now user 'A' can