Re: [android-developers] Start up application before sending intent

2016-01-19 Thread Justin Anderson
>From what you've described, I suspect you are doing your receiver only in code, which will not allow you to do what you want... This kind of receiver is only active while your activity is active. Since your activity is not active, neither is your receiver. Why not just start your activity

[android-developers] Re: Serious Developer Needed

2016-01-19 Thread Vijay
vijay at inceptivetechnologies dot com On Tuesday, January 19, 2016 at 4:21:02 AM UTC+5:30, United 45 wrote: > > Hi, I'm starting a serious app project, and only serious people wanted. I > need a back-end android developer. Leave your email below if you're > interested. I'll get back to you. >

Re: [android-developers] Start up application before sending intent

2016-01-19 Thread Justin Anderson
My apologies... looking at your code again, I was a bit mistaken... you are using an explicit intent to start your activity. My guess is that the broadcast is getting sent before your activity has registered itself. If that is indeed the case, I would suggest passing extra data through the

[android-developers] Start up application before sending intent

2016-01-19 Thread NuffsaidM8
I have a broadcast receiver that is detecting a boot up of the phone. This part works fine. What I want to do is send a notification to a broadcast receiver in the Main Activity of the app, which is registered in the onCreate method as having an intent filter of "RESET_ALARM". This is what

Re: [android-developers] How would you write this is java

2016-01-19 Thread TreKing
On Fri, Jan 15, 2016 at 6:03 PM, United 45 wrote: > I'm trying to create an application where you can chat with random people > via video. Anyone know how to do this? > I'm sure someone knows how to do this, yes. http://www.catb.org/esr/faqs/smart-questions.html

Re: [android-developers] Start up application before sending intent

2016-01-19 Thread NuffsaidM8
I did the receiver with only code, that's correct. What do you mean that I need to start the activity? I thought that was what I was doing. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving

Re: [android-developers] Re: App changes name???

2016-01-19 Thread Burke Knight
Here's my list of apps: 2 apps and 3 games, so far. Working on a couple more that may or may not go up on marketplace. BurkeKnight Enterprises - Android Apps on Google Play On Tuesday, January 19, 2016 at 10:51:28 AM UTC-5, Nalin

Re: [android-developers] Start up application before sending intent

2016-01-19 Thread Justin Anderson
If you send a broadcast, and your activity isn't currently running, then your Broadcast receiver isn't registered with the OS. How could it be? Your activity hasn't run the code to register itself. And, furthermore, if you've done it correctly, when your activity goes away, it should unregister

[android-developers] Need: UI/UX Designer-USC,GC,EAD GC only

2016-01-19 Thread Megha Agarwal
*Hello,Please let me know if you have any consultant available for the below role,Position : Sr. UX DeveloperLocation: Chicago, ILDuration: 6+Months Contract Start Date: ASAPMust be USC, GC, EAD GC, Only * *Max Rate :$50/hr onC2C* *Looking for the consultant having an experience in UX Designing

[android-developers] InApp Billing: Fetch Order Details

2016-01-19 Thread Web Services Solutions Group
0down votefavorite I'm creating an Android application to sell digital content on my backend server. What I wish to do is fetch the order details after successful payment from the InApp Purchase and send details

[android-developers] InApp Billing: Fetch Order Details

2016-01-19 Thread Web Services Solutions Group
0down votefavorite I'm creating an Android application to sell digital content on my backend server. What I wish to do is fetch the order details after successful payment from the InApp Purchase and send details

[android-developers] SDK installation does not detect JDK

2016-01-19 Thread Ranieri Santos
Hello all, I´m using Windows7 64 bit and installed JDK1.8.0_66 (64 bit) but the SDK installation is not detecting the JDK. I´ve installed the SDK tools and the SDK was detected correctly but it´s not working with the IDE or the bundle. I´ve already insert the JAVA_HOME variable as C:\Program

[android-developers] Re: Building Android for Nexus Player

2016-01-19 Thread Developer
After getting the device specific binaries, I was able to build and startup the OS successfully, However, after going into the launcher, it looks for the recommendations (for the Android TV Launcher), fails and then I cannot go to the settings page. With the other launcher, it shows an infinite

[android-developers] Re: Start up application before sending intent

2016-01-19 Thread NuffsaidM8
I am on a tight schedule here, so I apologize that I haven't spent a ton of time trying to work out the issue. I am confused by what you mean with passing extra data. What would I use it for and how would that help my activity finish up first? -- You received this message because you are

Re: [android-developers] Start up application before sending intent

2016-01-19 Thread Justin Anderson
No, not quite... The boot up of the phone is a special case scenario. I'm saying that in that scenario you can't rely on the broadcast system, so you need to come up with another code path to manually get your activity's receiver code executed. I would take the code that is executed in your

[android-developers] Building Android for Nexus Player

2016-01-19 Thread Developer
Hello, I was trying to build android from source for my Nexus Player. I did the following steps, and the build was successful. repo init -uhttps://android.googlesource.com/platform/manifest -b android-5.1.1_r29 repo sync . build/envsetup.sh lunch full_fugu-userdebug make -j4 After building,

[android-developers] Re: Building Android for Nexus Player

2016-01-19 Thread Developer
Had to connect a keyboard to get it to work. I do not have Google Apps though. Not sure how to get them. On Tuesday, 19 January 2016 17:01:10 UTC-8, Developer wrote: > > After getting the device specific binaries, I was able to build and > startup the OS successfully, > However, after going into

[android-developers] "Managing the Activity Lifecycle" Tutorial's ActivityLifecycle.zip sample out of date?

2016-01-19 Thread ChrisCrossCrash
I've been working through the Training tutorials at developer.android.com, and I've run into a stumbling block at the "Managing the Activity Lifecycle" tutorial. I'd like to download and try the ActivityLifecycle.zip sample project using Android Studio 1.5.1. First I tried placing it directly

[android-developers] Immediate Need : UI/UX Designer - IL

2016-01-19 Thread Megha Agarwal
*Hello,Please let me know if you have any consultant available for the below role,Position : Sr. UX DeveloperLocation: Chicago, ILDuration: 6+Months ContractStart Date: ASAP* Need: USC,GC,EAD GC Only *Max Rate :$50/hr onC2C* *Looking for the consultant having an experience in UX Designing *

Re: [android-developers] Start up application before sending intent

2016-01-19 Thread NuffsaidM8
I apologize for not taking the time to work out my issues all myself. I'm a little out of my league here and am on a tight schedule. I am still slightly confused about a few things, such as: Why do I need to pass data through to the activity? All I want to do right now is start it up so that

[android-developers] InApp Billing: Fetch Order Details

2016-01-19 Thread Web Services Solutions Group
I'm creating an Android application to sell digital content on my backend server. What I wish to do is fetch the order details after successful payment from the InApp Purchase and send details to server side as php response to retrieve the required data and send it back to the customer. On

Re: [android-developers] Start up application before sending intent

2016-01-19 Thread NuffsaidM8
As soon as I last posted I figured out what you meant and fixed the issue. Thanks! -- 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] Re: Android App Developers - 15 minute phone survey $50 Amazon Gift Card

2016-01-19 Thread melody
Thanks for the participants that have signed up so far. We are still looking for more developers. On Monday, January 18, 2016 at 3:25:13 PM UTC-8, mel...@regattamarketing.com wrote: > > We are recruiting Android app creators and sellers to participate in a > 15-minute live phone survey. You

Re: [android-developers] Start up application before sending intent

2016-01-19 Thread NuffsaidM8
In addition, your theory about the activity being created too late is correct. I set a log statement in the onCreate method of the activity and this message was displayed to me. The message from the receiver in that class though was not displayed. The creation message was displayed after the

Re: [android-developers] Start up application before sending intent

2016-01-19 Thread NuffsaidM8
I retract my former statement about not understanding the passing data. I have found a solution. Thanks! -- 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

Re: [android-developers] Start up application before sending intent

2016-01-19 Thread Justin Anderson
Glad you were able to get it worked out. On Tue, Jan 19, 2016, 8:32 PM NuffsaidM8 wrote: > As soon as I last posted I figured out what you meant and fixed the issue. > Thanks! > > -- > You received this message because you are subscribed to the Google Groups > "Android

Re: [android-developers] This app is incompatible with all of your devices

2016-01-19 Thread Justin Anderson
There are a number of potential reasons. Here are a few links that may help: http://lifehacker.com/google-play-shows-you-why-an-app-is-incompatible-with-y-496328577 http://stackoverflow.com/questions/21730560/the-app-is-incompatible-with-all-your-devices

Re: [android-developers] Immediate Need: .Net UI Developer - MD

2016-01-19 Thread Justin Anderson
Please stop posting these job opportunities. This forum is for android developers who have development questions... it is not your personal recruitment pool. On Mon, Jan 18, 2016 at 9:04 AM Megha Agarwal wrote: > > > > > *Hello,Please let me know if you have any

Re: [android-developers] TabLayout - tab doesn't refresh view

2016-01-19 Thread Justin Anderson
Just for kicks, what happens if you don't create a new fragment every time you change tabs? Only create it once, something like this tutorial: http://www.truiton.com/2015/06/android-tabs-example-fragments-viewpager/ Note, I'm not endorsing that tutorial or anything... I don't see anything

[android-developers] After signing app, what APK file can my phone use?

2016-01-19 Thread NuffsaidM8
I just learned about signing a finished app. I want to know how I could get this app onto my phone. I understand that it is an APK file that should be put on the phone, but I'm not sure which one. The output lead me to a folder title "app" in which there is an apk file directly in sight called

Re: [android-developers] SDK installation does not detect JDK

2016-01-19 Thread Justin Anderson
If you look at the development requirements, you will see that you need JDK 7: http://developer.android.com/sdk/index.html#Requirements On Tue, Jan 19, 2016 at 6:38 PM Ranieri Santos wrote: > Hello all, > > I´m using Windows7 64 bit and installed JDK1.8.0_66 (64 bit) but

Re: [android-developers] After signing app, what APK file can my phone use?

2016-01-19 Thread Justin Anderson
Providing you went through the signing process, then app-release.apk is the one you want. On Tue, Jan 19, 2016 at 9:37 PM NuffsaidM8 wrote: > I just learned about signing a finished app. I want to know how I could > get this app onto my phone. I understand that it is an

Re: [android-developers] read file from phone by using android studio

2016-01-19 Thread Justin Anderson
What files are you trying to access? On Tue, Jan 19, 2016 at 1:13 AM omo wrote: > Hi, i m newbie here. I want to choose files from phone and encrypt it. > The problem is i cannot get the path or select the files. > Can teach me how to solve this problem by using what

Re: [android-developers] Ability for users to resize views?

2016-01-19 Thread Justin Anderson
You haven't provided anywhere near enough information to get the info you want... http://www.catb.org/esr/faqs/smart-questions.html http://android-dev-tips-and-tricks.blogspot.com/2012/08/so-you-need-help.html On Mon, Jan 18, 2016 at 1:05 PM wrote: > My Android app has

Re: [android-developers] How Can I Insert Radiobutton Value To SQLite (radio button 1 & radio button 2 has a value of 1)

2016-01-19 Thread Justin Anderson
I don't understand0 what you are asking... storing a value in a database should be pretty straightforward. What have you tried so far for storing a value in a database? On Tue, Jan 12, 2016, 9:11 AM Fernando Nicolei Esperida < fernandonico...@gmail.com> wrote: > I Am Creating A Voting App For

Re: [android-developers] My apk is pirated

2016-01-19 Thread J Decker
On Tue, Jan 19, 2016 at 7:25 AM, WeiHung wrote: > I have an paid app on google play. Unfortunately, I found the paid apk is > distributed over the internet. And the distributed apk is EXACTLY the same > as what I uploaded to google play. > > > What method does the

Re: [android-developers] Android

2016-01-19 Thread sardar khan
we can use picasso librar to set image on ImageView On Tue, Jan 19, 2016 at 6:10 PM, Chandan Parlecha wrote: > when image is comes from server how we use for all the device, means how > we can set for the device ? > > -- > You received this message because you are

[android-developers] Android

2016-01-19 Thread Chandan Parlecha
when image is comes from server how we use for all the device, means how we can set for the device ? -- 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] Multi-users on Marshmallow fingerprint API

2016-01-19 Thread Rob Maclean
Hello, We would like to rollout Nexus 5X with Marshmallow for a time and attendance project, using the new API/ support for integrated fingerprint scanner. However everything I read seems to be about how to use it to identify the user of that phone alone. I need to be able to identify

[android-developers] Re: Running an experiment in open beta-test

2016-01-19 Thread Subhadeep Mondal
Not sure whether we can do that. Even I'm exploring open beta testing right now. Mostly it's for getting feedback for at a build level. However you can do A/B testing on screenshots once your app is live under 'Experiments' tab in Google Play Developer Console. Let me know if you find

Re: [android-developers] Re: App changes name???

2016-01-19 Thread Burke Knight
It seemed it was a messup from another person attached as an editor. Their system did it automatically, somehow, which is being looked into. The system was only meant to update changes to the app on their site, but some how, it did the changes on it's own. We suspect there was some glitch in

[android-developers] Realm: Practical Use in Android

2016-01-19 Thread Mariia Kuz
Knowing how to work with databases is very important in development. We at MLSDev would like to share our experience in working with Realm . Hopefully, this information will help you to answer a few practical questions about Realm, if you have them. -- You

[android-developers] How to How to automatically remove unpaired Bluetooth devices from paired devices list?

2016-01-19 Thread PinkJazzX
I currently have the following code that gives me a list of paired Bluetooth devices: protected String[] getPairedDevices() { String[] listDevices; Set devices = btAdapter.getBondedDevices(); if (devices.size() <= 0) { Toast.makeText(this, "No Paired Bluetooth devices

[android-developers] My apk is pirated

2016-01-19 Thread WeiHung
I have an paid app on google play. Unfortunately, I found the paid apk is distributed over the internet. And the distributed apk is EXACTLY the same as what I uploaded to google play. What method does the hacker take to get the apk? Is there any method to protect my effort? I found some

Re: [android-developers] Re: App changes name???

2016-01-19 Thread Nalin Savara
Cool scene Burke - thanks for sharing this info and wishing you all the best with your app. Btw if you want you can send me it's like and I too will download it and give it a good review / rating. Regards, Nalin On 19 Jan 2016 19:36, "Burke Knight" wrote: > It seemed it