[android-developers] Help: Android Studio continually crashing Windows 10

2015-12-01 Thread Joshua Springer


Hi, I've been developing an Android app for one of my classes. I am 
familiar with programming and using computers in general, but not 
virtualization software. I am trying to get Android Studio on my computer, 
but having some serious problems. I installed Android Studio on my computer 
the first time, and whenever I would run it, it would freeze Windows (10) 
completely, with this error 
.
 
I reinstalled Windows, and then reinstalled Android Studio, and it worked 
fine for a day. Now I come back today and the same error is happening. I 
don't feel like installing Windows again. What should I do? I've tried 
running it in compatibility mode for 8.1, 7, and running as administrator, 
as well. And I have two other machines, both Macs, which run Android Studio 
and the emulators without a problem, although they are slower. Please help!


Also, I should note that I'm using an i7 4790K @4.00GHz on a Gigabyte 
Z97N-Gaming 5 motherboard with 16GB of RAM. Also I have a GTX 970 and 
naturally the NVIDIA drivers, but I feel like this definitely wouldn't 
affect the performance of Android Studio.

-- 
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 to android-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/25f115cc-0e03-4cdc-b187-1a4adb97d157%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Issue when removing the supportV4 library

2015-12-01 Thread Sandeep Patel


My app minimum version is 10 and till now i am using the support library 
for fragments

Now i want to add the flip animation for few fragment transition So as per 
the android guide we need to use the animator for that and it has support 
from the api level 11 which is no issue for me.

but also need to use the getFragmentManager instead 
getSupportFragmentManager

So i removed the support library changed my minimum version 10 to 11 errors 
are coming

because in my app i have FragmentTabhost and getChildFragmentManager(). 
FragmentTabHost only available on support library and to set FragmentManager 
using 
the getChildFragmentManager it wont allow me to do that because it requires 
api level 17

any help appreciated. Let me know if you need more details

Thanks in advance.

-- 
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 to android-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/21c8c09e-69de-41f7-8081-39e8c7b25842%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Adding Media Features To Message Activity

2015-12-01 Thread Tofade Olawale
Please,I will like to ask how one can add media features( like 
photos,audio,voice notes,video) to a message activity so as to allow 
application users to share media files among each other.

-- 
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 to android-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/8cda274f-f09b-4a6c-892f-5d02736b3216%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] ListView won't show up with Retrofit 2.0

2015-12-01 Thread AbdulMajeed Mohammad
Any reply please??

-- 
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 to android-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/00629e60-862e-4ccd-82ad-3bd3f7fc6829%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Recommended Android Dev Courses/Trainers in the UK

2015-12-01 Thread icklebear
Hi,

Have been looking for a training provider in the UK for 3 very experienced 
Java Web devs and a dev manager.

We're a very small company which has to be careful where it spends it's 
budget so can't afford to get burned forking out for below par training.

Anyone got any recommendations?  We can't really travel outside of the UK 
am afraid.

Many 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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/aa6ef99f-d8ed-4d0b-b757-2255c200c2cc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] ListView won't show up with Retrofit 2.0

2015-12-01 Thread Richard Thompson
You create the adapter with TelAdapter adapter = new  TelAdapter
(MainActivity.this, R.layout.list_item, data);

Data is empty so you aren't seeing anything.  You need to get the data out
of response instead.

On 1 December 2015 at 12:16, AbdulMajeed Mohammad 
wrote:

> Any reply please??
>
> --
> 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 to android-developers@googlegroups.com.
> Visit this group at http://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/00629e60-862e-4ccd-82ad-3bd3f7fc6829%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 to android-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAPhephWmn%3DnhqcsRANRGL5HyWmaQxJmVbRXO0qoeNkADqKkmoA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] ListView won't show up with Retrofit 2.0

2015-12-01 Thread AbdulMajeed Mohammad
Could you please tell me how to do it in right way because I'm beginner ?

On Tuesday, December 1, 2015 at 6:15:32 PM UTC+3, richarth wrote:
>
> You create the adapter with TelAdapter adapter = new  TelAdapter 
> (MainActivity.this, R.layout.list_item, data);
>
> Data is empty so you aren't seeing anything.  You need to get the data out 
> of response instead.
>
> On 1 December 2015 at 12:16, AbdulMajeed Mohammad  > wrote:
>
>> Any reply please??
>>
>> --
>> 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 to android-d...@googlegroups.com 
>> .
>> Visit this group at http://groups.google.com/group/android-developers.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/android-developers/00629e60-862e-4ccd-82ad-3bd3f7fc6829%40googlegroups.com
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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 to android-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/270572f2-dc91-484a-9797-cbc0b39e5962%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] In-app purchase to get the subscription details

2015-12-01 Thread Manikandaselvan T
Can we get the in-app purchase details in web to connect the local server 
with linked the play store and apple store and get the subscription details 
like start date, token, auto renewal, and expire date  ? 

-- 
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 to android-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/ef53ca76-2c20-49d9-9bcc-c4e88a9b0625%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Device status bar icons color changes

2015-12-01 Thread Manikandaselvan T
Is there any way to change the status bar icons colors when using the theme 
parent="Theme.AppCompat.Light.NoActionBar"

-- 
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 to android-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/2f40ab65-21d0-44eb-a8a6-64eb8c91b7a6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Twitter SDK

2015-12-01 Thread yarden
What's the current status on the best twitter library?
Anyone else finds it absurd that there is still no official Twitter Mobile 
SDK out there?

-- 
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 to android-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/e105685b-3777-4e91-8014-97605b841ed5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Sticky-headers-recyclerview Libray error in android studio

2015-12-01 Thread Manikandaselvan T
I have added the sticky-headers-recyclerview libray for my application in 
android studio. After that, I getting this problem 
Error:No such property: GROUP for class: 
org.gradle.api.publication.maven.internal.ant.DefaultGroovyMavenDeployer

Can any one give me solution to resolve this 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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/9e96ae52-dfbe-4f6e-a3ed-56a7ab365029%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Help: Android Studio continually crashing Windows 10

2015-12-01 Thread Trevor Johns

On 12/01/2015 12:28 AM, Joshua Springer wrote:

Hi, I've been developing an Android app for one of my classes. I am
familiar with programming and using computers in general, but not
virtualization software. I am trying to get Android Studio on my
computer, but having some serious problems. I installed Android Studio
on my computer the first time, and whenever I would run it, it would
freeze Windows (10) completely, with this error
.
I reinstalled Windows, and then reinstalled Android Studio, and it
worked fine for a day. Now I come back today and the same error is
happening. I don't feel like installing Windows again. What should I do?
I've tried running it in compatibility mode for 8.1, 7, and running as
administrator, as well. And I have two other machines, both Macs, which
run Android Studio and the emulators without a problem, although they
are slower. Please help!


Also, I should note that I'm using an i7 4790K @4.00GHz on a Gigabyte
Z97N-Gaming 5 motherboard with 16GB of RAM. Also I have a GTX 970 and
naturally the NVIDIA drivers, but I feel like this definitely wouldn't
affect the performance of Android Studio.


Joshua,
When are you seeing this crash? Visualization isn't involved unless 
you're actively running an emulator. Otherwise, Android Studio is just 
an ordinary Java desktop app. We also have no reports of this on the 
Android issue tracker.


Generally speaking, a CLOCK_WATCHDOG_TIMEOUT is a hardware issue. It 
means that one of your CPU cores failed to respond to an interrupt.


See Microsoft's documentation, here: 
https://msdn.microsoft.com/en-us/library/windows/hardware/ff557211(v=vs.85).aspx


This isn't something that Android Studio should be able to cause 
directly. Something else is more fundamentally wrong with your computer.


There's some troubleshooting tips in this thread: 
http://answers.microsoft.com/en-us/windows/forum/windows_8-update/clockwatchdogtimeout-error/33b46641-fc90-45d9-8027-b834f44cfd03


Basically you're going to have to troubleshoot your system from the 
ground up. (Make sure temperatures are within spec, remove software that 
interfaces with the BIOS, clear your BIOS settings, etc.) If all of that 
fails, you likely have a bad CPU.


--
Trevor Johns
Google Developer Programs, Android
http://developer.android.com

--
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 to android-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/n3l5d8%24fl0%241%40ger.gmane.org.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: How to use default lock screen and access user set password in a custom app?

2015-12-01 Thread Trevor Johns

On 11/30/2015 11:24 PM, Cinjo Jose wrote:

Hi


Want to use the default device lock password which the user has already
set as a password for my app.


The app should show the same default lock screen and access password to
enable some features.


Is it possible to use device lock screen and access the password in
Custom application ? If yes, How ?


Thanks..


Cinjo,
Take a look at the android.app.KeyGuardManager API. Specifically 
createConfirmDeviceCredentialIntent(). I believe this will do what you want.


Take a look at the Confirm Credential sample to see how this works in 
practice:


https://github.com/googlesamples/android-ConfirmCredential

--
Trevor Johns
Google Developer Programs, Android
http://developer.android.com

--
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 to android-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/n3l8ne%244mp%241%40ger.gmane.org.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: Recommended Android Dev Courses/Trainers in the UK

2015-12-01 Thread Trevor Johns

On 12/01/2015 05:51 AM, icklebear wrote:

Hi,

Have been looking for a training provider in the UK for 3 very
experienced Java Web devs and a dev manager.

We're a very small company which has to be careful where it spends it's
budget so can't afford to get burned forking out for below par training.

Anyone got any recommendations?  We can't really travel outside of the
UK am afraid.

Many thanks :)


I can't comment on any UK-specific courses, but if you're okay with an 
online course, take a look at the Udacity Android program:


https://www.udacity.com/course/android-developer-nanodegree--nd801

Udacity charges if you want a certificate or instructional support, but 
the course materials and videos are free -- so you can either check the 
content out beforehand or just take the classes as a self-led program if 
you're on a budget.


The courses were developed by engineers on Google's Developer Relations 
team (my department!), so I can vouch for the quality. ;)


--
Trevor Johns
Google Developer Programs, Android
http://developer.android.com

--
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 to android-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/n3lc0k%24mhu%241%40ger.gmane.org.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Screen Recorder - Screen capture app for recording your device's screen to video

2015-12-01 Thread April Nice
This application makes screen recording easy and even fun. That makes it 
very convenient to create tutorial, promotional video, comment about your 
game and gameplay or record video chat. It uses official APIs added in 
Android 5.0+ so it requires no rooting.

# No watermarks
# Provide record quality options
# Record at full screen resolution
# To stop recording, shake your device or touch the app notification icon.
# Record audio from the mic and mixed into the screencast video 
automatically
# Support to view, delete, and share video on Youtube, Drive, Dropbox, or 
Facebook etc. 
# Provide countdown timer, is there something you have to prepare before 
recording ? Don't worry, the countdown timer will wait until you are ready 
to start and snap at the moment you want.

Download: 
https://play.google.com/store/apps/details?id=info.dodata.screenrecorder

-- 
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 to android-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/68ec0644-6455-4655-a8f8-c4a4aeaccbea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: How to use default lock screen and access user set password in a custom app?

2015-12-01 Thread Cinjo Jose


> Thanks for your replay. It helped me a lot.


But  *createConfirmDeviceCredentialIntent()* is added in API Level 21. Is 
any other API there in earlier version to implement this.

I searched a lot. But i have not got any good result.

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+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/ff01d868-4707-4d45-984d-0518f4871f84%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.