Re: [android-developers] App Android Development

2016-04-01 Thread Rakesh Jha
Hi Guys, My view is something different, and since 10 yrs I'm implementing within my team. Hope this may help you, if you have basic understanding of Java, OOPS, Classes, and little bit programming exp then, follow below steps - 1.think about small small example or idea like, student

Re: [android-developers] App Android Development

2016-04-01 Thread Steve Gabrilowitz
If you have experience programming on a different platform then one way to learn is to just dive in - install Android Studio and play with some of the demo programs and try reading the code. Before doing that google "android activity lifecycle" and pay careful attention to learning the

Re: [android-developers] App Android Development

2016-04-01 Thread Amin Sai
Thank you I ll see, I tried to follow any training at developer.android.com but I like to learn philosophy and approch of this platform On Friday, April 1, 2016 at 9:27:13 PM UTC+2, Steve Gabrilowitz wrote: > > I recommend "Android Wireless Application Development" volume 1 by Lauren > Darcy

Re: [android-developers] App Android Development

2016-04-01 Thread Steve Gabrilowitz
I recommend "Android Wireless Application Development" volume 1 by Lauren Darcy and Shane Conder, I found it very helpful when I was learning. Also lots of good info at developer.android.com On Apr 1, 2016 3:09 PM, "Amin Sai" wrote: > Hello everyone > > I'm looking for help,

[android-developers] App Android Development

2016-04-01 Thread Amin Sai
Hello everyone I'm looking for help, I need a good support to start coding in android, if u have any training, books, for support are welcome Cheers -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and

[android-developers] Urgent req of DW/BI Production Support (Hadoop)@ Dallas, TX.

2016-04-01 Thread Shaik Sadiq
Hi, Hope you are doing well !!! I have an urgent requirement for a *DW/BI Production Support (Hadoop).* Please let me know if you have any consultants and get back to me with their updated resume in .doc format immediately. Given below is the job description. *Job Title: DW/BI Production

[android-developers] how to pick up in the period of 30 days, the data consumption in java for android?

2016-04-01 Thread Pedro Henrique
I'm using traffic stats to get the data consumption in Android, but the byte value transformed into Mb has a lot lower than it should be used value. then I would like to know how to get the consumption data in a set period. example 01.03.2016 until 31.03.2016. I use this code to get the

[android-developers] Urgent Req:::::::::::::CA Siteminder Admin, Woonsocket, RI ,12+ Months....US Citizen OR Green Card

2016-04-01 Thread sudhanshu pandey
*Hi There,* *I am technical recruiter and I am looking for Relevant consultant for below job description, if interested please let me know the hourly rate you are looking for below mention job position.* *Job Title: CA Siteminder Admin* *Location: Woonsocket, RI * *Contract: 12+ Months* *Visa

[android-developers] How to monitor/limit my app's effect on battery life

2016-04-01 Thread Chris Beauchamp
Obviously battery drain is a big issue , especially since the Battery tool shows which apps are hogging juice. Anyone

[android-developers] Tips for limiting my app's effect on battery drain

2016-04-01 Thread Chris Beauchamp
Obviously battery drain is a big issue , especially since the Battery tool shows which apps are hogging juice. Anyone have any tips for how I can monitor my app's battery? i.e. figuring out which interactions, code areas, etc cause

[android-developers] Android Lollipop save image downloaded in background on SD-CARD

2016-04-01 Thread Claudio Pomo
whit ANDROID previous kitkat I was able to store an image on sd-card without problem, now, instead, I've a lot of difficult. I can't understand how use a new Access Store Framework of Android Lollipop and I don't know if it is useful to case of mine. This code below is a part of my project and

[android-developers] Hot List

2016-04-01 Thread Shaik Sadiq
Hi, Hope all the Employers are doing great :) am updating my database. So, can you please share your Hot-List to ssh...@myasap.com :) hoping to work with each and every Employer to get a lots of closures :) Thanks & Regards, *Sadiq Shaik* ASAP Solutions Group LLC, 678-221-4992 (ext) 217

[android-developers] Urgent Req:::::::::::::Storage Engineer ,Cumberland, RI/Scottsdale, AZ /Dublin, Ohio ,6-12+ Months

2016-04-01 Thread sudhanshu pandey
*Hi There,* *I am technical recruiter and I am looking for Relevant consultant for below job description, if interested please let me know the hourly rate you are looking for below mention job position.* *Job Title: Storage Engineer * *Location: Cumberland, RI/Scottsdale, AZ /Dublin, Ohio*

[android-developers] Urgent Need:::::::::::::Unix Infrastructure Engineer , RI / AZ, 6-12+ Months

2016-04-01 Thread sudhanshu pandey
*Hi There,* *I am technical recruiter and I am looking for Relevant consultant for below job description, if interested please let me know the hourly rate you are looking for below mention job position.* *Job Title: Unix Infrastructure Engineer * * Location: RI / AZ * *Contract: 6-12+ Months*

[android-developers] UX Designer

2016-04-01 Thread Manisha Budhwar
Hi, Hope you doing Well !! Please review the requirement and if you are interested then reply back with your updated resume and contact details ASAP to manish...@nityo.com *Position*: UX Designer *Location*: Atlanta, GA *Duration*: 6+ months *Interview*: Phone/ Skype * Job

[android-developers] OBIEE Functional Lead

2016-04-01 Thread Navuluri Venkat Chowdary
Hi Partner, Hope you are doing great! Please find the below requirement and let me know if you are comfortable, Please send your updated resume to *venk...@tanuinfotech.com * *Experience: 10+ Years* *Location: Sunnyvale ,CA* *Duration: 1+ year* *End client: Google*

[android-developers] Purchased UI with Dummy Data Embedded

2016-04-01 Thread Andrew Brigance
Noob here... Purchased a UI from Code Canyon as a design template and came with stock data embedded into it "pictures, messages profiles" etc and I am trying to removed them. Its using Picasso for the photos. When I try and removed the data I recieve errors when debugging because, what I'm

[android-developers] TabLayout selector doesn't work

2016-04-01 Thread Roman Tokarenko
Hi everyone! I'm trying to use TabLayout from support design library. I' using it within Toolbar view group and selectors works well. Actually, no selector customization wasn't performed to make it work, it's out of the box: A layout where it's all ok:

[android-developers] Android project compilation error using IntelliJ

2016-04-01 Thread rainnow-guy
Hi. I am trying to compile a project under the IntelliJ development ide but getting this error message: Error:Abnormal build process termination: /usr/local/java/jdk1.8.0_77/bin/java -Xmx700m -Djava.awt.headless=true -Djava.endorsed.dirs=\"\" -Djdt.compiler.useSingleThread=true

[android-developers] How to use the android.net.LinkProperties APIs

2016-04-01 Thread yviney
android.net supports many APIs e.g. LinkProperties . In code, this class has many public constructors e.g. public LinkAddress(String address)