[android-developers] Re: SQLite vs.File Based Storage for Battery Performance with Consistent Read/Write Operations.

2016-12-24 Thread Sal LO
https://goo.gl/Hioqtz -- 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+unsubscr...@googlegroups.com. To post to this group, send email

[android-developers] Re: Meta: Changes to new-user moderation policy

2016-12-24 Thread Sal LO
https://goo.gl/Hioqtz On Tuesday, December 1, 2015 at 1:28:00 AM UTC+2, Trevor Johns wrote: > > *As of today, new members to this group are able to post immediately, > without being subject to moderator approval.* > > Previously, posts from new members to this group would be held for >

[android-developers] API Validation using the SlideShare API from Android

2016-12-24 Thread App TheSite
Hi, I am trying to use SlideShare API for my android app. I am trying to make http request with parameters, and getting Failed API validation I am using following code for GET request HttpURLConnection urlConnection = null; URL url = new

[android-developers] SQLite vs.File Based Storage for Battery Performance with Consistent Read/Write Operations.

2016-12-24 Thread Robert Simoes
In accordance with forum etiquette I did previously post this on SO, but I'd like to get a few more advanced Android developer thoughts. I have a background service that runs all the time when screen is on, and every minute records the cycle time and whether it was a good or bad cycle. At

[android-developers] Interact with menu from Presenter

2016-12-24 Thread mr. Bellski
Hello. Can't understand how i can manipulate with menu from Presenter. For example i have some rules to add menu item (for example ROLE), or i want to update text of menu item (badge) from background. I know that i can do all things in Activity, but Activiry is a View. So if follow MVP rules,

[android-developers] Survey on Software Architectures

2016-12-24 Thread Mert Ozkaya
Dear All, I am re-sharing my post since there are only a few contributors that I ccould found out so far :-( We're conducting a survey on software architecture modelling whose link is http://bit.ly/2bGpSN4 The survey aims at better understanding the practical knowledge and experience of

[android-developers] SearchView with autocomplete via volley

2016-12-24 Thread Shekar Tippur
Hello, I am trying to implement a generic fragment that contains a SearchView with autocomplete data coming from a external api. I am having trouble populating the list. Appreciate any pointers. Here is my menu: http://schemas.android.com/apk/res/android;