[android-developers] Reducing Android power usage

2016-08-21 Thread Marcos Bontempo
Hello, I have an Android app that accesses the camera and sends SMS messages. My problem is that the phone will be charged by a battery, so the power usage has to be the minimum. I realized that the screen consumes most part of the battery. Is there a way to open the camera with the screen

[android-developers] How to make androd libfbclient.so.3.0.0 64-bit , x86-64 ?

2016-08-21 Thread USB, d.o.o Miran
http://www.pilotlogic.com/sitejoom/index.php/forum/android/3648-why-libfbclient-so-3-0-0-32-bit-not-work-on-android-64-bit http://www.pilotlogic.com/sitejoom/index.php/forum/android/3647-how-to-make-androd-libfbclient-so-3-0-0-64-bit-x86-64 -- You received this message because you are subscribed

[android-developers] JDK version Error OSX El Capitan

2016-08-21 Thread Chiranjeev Das
Installed JDK as instructed in the User Guide. javac -version command in terminal returns javac 1.8.0_102 Still I'm getting this error: A problem occurred configuring project ':app'. > Buildtools 24.0.1 requires Java 1.8 or above. Current JDK version is 1.6. -- You received this message be

[android-developers] Secodary reminder not firing

2016-08-21 Thread Danny Burgans
I have an app that is being developed. The apple ios is done and works great. Hiwevere my android developers, Cannot seem to get the secondary remiderto fire on time, they have been working on it 8 months. Design,, set location, set geofence area, it fires first notification, Secondary, toggles, 1

[android-developers] Re: Home Screen Widget: Start Programmatically

2016-08-21 Thread kaushal shukla
A app called CM Flashlight does the same thing , the widget is added to the home screen as soon as the app is installed On Tuesday, July 19, 2011 at 8:36:46 PM UTC+5:30, Glen Cook wrote: > > Hiya, > > My understanding is that it is not possible to auto start a home > screen widget. (There are

[android-developers] Android Studio help

2016-08-21 Thread melody laker
Hi Everyone, I'm really new to developing and using Android Studio. I wanted to ask for advice on something that has been bugging me. When I press the green play button to send the app to my phone, it doesnt work if Module settings/project structure/Build Tools Version/ is set to 24.0.1 (as i

[android-developers] Re: How I can get contentview of a app using a internt

2016-08-21 Thread Indika Ruwan Senavirathne
How I can get display from intent according to above scenario. On Saturday, August 20, 2016 at 12:51:52 PM UTC+5:30, Indika Ruwan Senavirathne wrote: > > > Hi All, > > Im getting package name from PackageManager and Starting activity. But > after I want to get display content from that. > Inten

Re: [android-developers] Re: How I can get contentview of a app using a internt

2016-08-21 Thread Steve Gabrilowitz
what sort of content are you looking to display? On Aug 21, 2016 1:31 PM, "Indika Ruwan Senavirathne" < indika.senavirat...@gmail.com> wrote: > How I can get display from intent according to above scenario. > > On Saturday, August 20, 2016 at 12:51:52 PM UTC+5:30, Indika Ruwan > Senavirathne wrot

[android-developers] Android Beacon Transmitter stops automatically why?

2016-08-21 Thread AsifJavaid Chughtai
Hi all, I am developing an Android application which has functionality to interact with ibeacons and also to act as ibeacon using altbeacon android beacon library ( https://altbeacon.github.io/android-beacon-library/battery_manager.html ). I have got success in beacon detection and advertiseme

[android-developers] WebView for HTML5 video and overriding onHideCustomView/onBackPressed in fragments

2016-08-21 Thread AndroidUser253
I have an example code that creates WebView for HTML5 video and it allows to enable fullscreen (actually there is also a problem with hiding status bar, but it's not the main problem now). public class MainActivity extends AppCompatActivity { private MyWebChromeClient mWebChromeClient = n

[android-developers] Re: WebView for HTML5 video and overriding onHideCustomView/onBackPressed in fragments

2016-08-21 Thread AndroidUser253
On Sunday, August 21, 2016 at 10:02:11 PM UTC+3, AndroidUser253 wrote: > > I have an example code that creates WebView for HTML5 video and it allows > to enable fullscreen (actually there is also a problem with hiding status > bar, but it's not the main problem now). > > public class MainActivi

[android-developers] Re: WebView for HTML5 video and overriding onHideCustomView/onBackPressed in fragments

2016-08-21 Thread AndroidUser253
Mb there is no need to override onBackPressed in fragment because onHideCustomView is being called when I press back button anyway, but I as said the crashes and I don't really understand why -- You received this message because you are subscribed to the Google Groups "Android Developers" grou

[android-developers] Re: WebView for HTML5 video and overriding onHideCustomView/onBackPressed in fragments

2016-08-21 Thread AndroidUser253
Mb there is no need to override onBackPressed in fragment because onHideCustomView is being called when I press back button anyway, but I as said the app crashes and I don't really understand why -- You received this message because you are subscribed to the Google Groups "Android Developers"

[android-developers] generating pdf files in android

2016-08-21 Thread Syeda Farheen
Hi I am new to android development. I am working on a project in which I have to generate pdf file using data from database dynamically.User will be given choice either to save it on mobile or save it on google drive.I have checked lots of tutorials on generating pdf file using iText but none i

[android-developers] Running Gradlelw takes forever

2016-08-21 Thread Jigal sanders
Hello, I am trying to run ./gradlew :app:assembleDebug or $ ./gradlew assembleDebug but my system seems to be busy for hours to download Gradle as you can see in the screenshot. However when I build my project from within Android-studio Gradle seems to run without any problems. Also I can d

Re: [android-developers] Android Studio Run problem

2016-08-21 Thread Steve Gabrilowitz
Did you click the troubleshoot link to see if that provided any help? On Aug 21, 2016 4:58 PM, "Juboraj Sarker" wrote: > I am new user of android studio, > I have installed it properly. > But my first time it showing this error. > Please check this out and please give me a solution. > Thank you

[android-developers] Re: Windows 10 Android Studio 2.1.3 Error:Buildtools 24.0.1 requires Java 1.8 or above. Current JDK version is 1.7.

2016-08-21 Thread Terrance Law
I was having the same issue. But my JDK Location field can choose 1.6 or 1.7.How? On Sunday, August 21, 2016 at 3:52:08 AM UTC+8, johnso...@gmail.com wrote: > > I was having the same issue. Try going to File → Project Structure and > make sure the *JDK Location* field is set to a JDK that is 1.

[android-developers] How I can get contentview of a app using a internt

2016-08-21 Thread Indika Ruwan Senavirathne
Intent i = manager.getLaunchIntentForPackage(packageName); startActivity(i); As I explained Im starting activity using startActivity(i); method. It starts properly , But I need that application full content view to display inside a another application container. Now what is happening after callin

Re: [android-developers] generating pdf files in android

2016-08-21 Thread sardar khan
You can use itext to generate pdf files because it is easy to use and you should check for pdf reader app in your mobile to run your generated pdf files. On Mon, Aug 22, 2016 at 12:45 AM, Syeda Farheen wrote: > Hi > > I am new to android development. I am working on a project in which I have > t

[android-developers] EXCELLENT HOT LIST: || MS DYNAMIC CRM ||JAVA || SERVICE NOW || ORACLE CC&B || QLIKVIEW || ORACLE PL/SQL || JAVA J2EE/UI || DevOps || .NET || SALESFORCE || QA/SELENIUM||

2016-08-21 Thread madasu . stafforange
Hi Partner!!! I am *Madasu* from* Riyantech Software Solutions Inc *, Hope you are doing great today... Please find the updated *HOT LIST *of my consultants. Below is the list of Available Candidates for your requirements. Let me know if you have any requirements that match

[android-developers] Snake antivenom(ASVS)|Snakebite antidote ASVS|ASVS in india|ASVS means snake antivenom

2016-08-21 Thread renovatebiological
Snake antivenom(ASVS) |Snakebite antidote ASVS|ASVS in india|ASVS means snake antivenom Renovate Biologicals company located in Hyderabad. we are provided snake antivenom(ASVS) in india.Best snakebite antidote is snake antivenom(ASVS).R