[android-developers] Raising app store Google

2016-01-02 Thread חיים בוטנרו
Preparing an application through Google's system, we paid in the payment system (payment number 1451684586) but we do not see it Bhnot.mdoa? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop

[android-developers] thanks to all

2016-01-02 Thread Sharad Paghadal
Hello everyone I'm new to here and an android developing too. please suggest me tips for a beginner, so that i can also be like as you people. thank you. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and

Re: [android-developers] Re: Building user interfaces at runtime with layouts from server

2016-01-02 Thread Luis Carlos Ramírez Rodríguez
The problem is that XmlPullParser requires for the XML definition to be present at the APK build-time. What we are striving to find is a solution so a remote server can feed data into the app, which the app in turn translates into views that were not defined anywhere in the app itself. >

Re: [android-developers] Re: Building user interfaces at runtime with layouts from server

2016-01-02 Thread Kristopher Micinski
I'm not sure what the problem is: the method to do this has been in the API since level 1. > Viewinflate(XmlPullParser parser, ViewGroup root) > Inflate a new view hierarchy from the specified xml node. Create an XmlPullParser, set the reader to one you've pointed at the URI containing the

Re: [android-developers] Re: Building user interfaces at runtime with layouts from server

2016-01-02 Thread Kristopher Micinski
What? No it doesn't: http://www.androidhive.info/2011/11/android-xml-parsing-tutorial/ Kris On Sat, Jan 2, 2016 at 12:30 PM, Luis Carlos Ramírez Rodríguez wrote: > The problem is that XmlPullParser requires for the XML definition to be > present at the APK build-time. What

[android-developers] how to use whatsapp in android

2016-01-02 Thread Jaime Ernesto Ramirez Flores
How I can save in a database messages that are sent and received by whatsapp in an android application? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[android-developers] Ping out an interface Android 5.1

2016-01-02 Thread Yile Ku
I have a installed a new interface 'eth0' on android. I know the hardware works, but I can never get ping requests to go out the interface. I run ping from an adb root shell, but the packets are not transmitted out the interface. I have turned off SELinux and iptables: setenforce 0

[android-developers] Android for Pi device tree configuration

2016-01-02 Thread Tim Hurst
I have an Adafruit Kippah that I have hooked up a to a 7" touchscreen display and my Raspberry Pi 2. When I first used the Kippah I had to make some device tree changes on the Raspbian OS in order for the display to function. Now that I have put the Android Lollipop build on my Pi I am trying

Re: [android-developers] Re: Building user interfaces at runtime with layouts from server

2016-01-02 Thread Kristopher Micinski
Sorry, that was a bad link. It didn't talk about pull parsers, but rather DOM parsers. Here's a better one: http://stackoverflow.com/questions/5409940/android-xml-pull-parser-from-url On Sat, Jan 2, 2016 at 4:03 PM, Kristopher Micinski wrote: > What? No it doesn't: > >

[android-developers] Re: Difference between swiping in all apps menu and pressing back to exit

2016-01-02 Thread Doug
Dismissing an app in the task switcher is the same as killing it. If your service comes back after that, then something started the process again. Maybe your service is "sticky" and got restarted. There is no guarantee your app's process can survive anything, so you should persist any