Re: [android-developers] Set app width and height manually android

2016-05-26 Thread Shijin T R
Hi , Thanks for considering my question. I am trying to develop an application for Amazon Firetv Stick,It need to support 3D(Side by Side) .The actual resolution of the television is 1920 X 1080 .But when we change the telivisions 3D mode to ON there is a large space occures on both two sides. If

[android-developers] Can we feed data from our application to Google now?

2016-05-26 Thread tamal samui
I have a question regarding Google now. Can we feed data from our application to Google now? For example I open voice search and told "Ok google what is my last measured weight?" Now google may not have that answer, but My_Application may have that answer. So can we feed the same data to Google

[android-developers] How to create sub menu in navigation drawer

2016-05-26 Thread Jefri triyanto
excusme bro/sist i have problem in my programs, i want to add the sub menu in my navigation drawer, but i don't know the source code to creating this. can help me ? thanks, -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe

[android-developers] Re: Why won't my app work on devices running 6.0?

2016-05-26 Thread 'RLScott' via Android Developers
I had a problem with 6.0 because I was using the Mac-ID of the wi-fi device to construct a unique ID for each specific device (It is the way my side-loaded app does licensing). Starting with 6.0, the MAC-ID is no longer available. The OS returns a constant with lots of zeroes. I had to

[android-developers] How to insert a list Fragment inside a swipping layout tab?

2016-05-26 Thread gabriel brito
The situation is this, I have a sweeping tab layout (kinda like whatsapp), and I want to insert a list fragment or a list view inside it. Every row of the list should have 2 textview and I don't want the source for the list coming from a xml file (later I will be populating it from queries, so

[android-developers] Anchor link on iframe inside mobile's webview not working.

2016-05-26 Thread microcrosssell
Hi All, below is the screenshot of html page which is loaded via iframe inside mobile app. The anchor link in the question is supposed to open new window in the mobile browser and it works fine on ios app but does not works on android mobile app. Does anyone has any idea on why it cannot

[android-developers] Available candidates for network engineer position

2016-05-26 Thread Yogindra Gowd
-- *Thanks Yogendraenthsquare inc* *technicl recruiting sales* *contact : 408-610-3912* -- 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] Set app width and height manually android

2016-05-26 Thread TreKing
On Wed, May 25, 2016 at 1:24 AM, shijin tr wrote: > I was searching find a solution for creating my app for android device.I > need to set the app width and height manually and the app should vertically > aligned on center. Please clarify what you're trying to do. The

Re: [android-developers] Adapt json into gridview

2016-05-26 Thread TreKing
On Wed, May 25, 2016 at 5:32 AM, Matteo Speranza wrote: > When i launch the activity, it is empty. https://developer.android.com/studio/debug/index.html - TreKing

Re: [android-developers] Android google Map with twice screen height

2016-05-26 Thread TreKing
On Wed, May 25, 2016 at 4:28 PM, Alex Donchuk wrote: > How can i make map(lite mode) twice large than screen and scroll(vertical) > it using scrollview? I want to show long path with many additional info and > i need to scroll through this path down! Your question is not

Re: [android-developers] Navigation Fragment Switching

2016-05-26 Thread TreKing
On Sat, Mar 12, 2016 at 2:55 PM, Mykyru Wolf wrote: > I'm trying to set up my nav drawer so when an item gets clicked in the > menu, it opens a new fragment for that specified activity inside of my home > layout. My code I currently have is attached, and any help would be

Re: [android-developers] Lunar Lander?

2016-05-26 Thread TreKing
On Mon, May 9, 2016 at 3:57 PM, mike74 wrote: > Anyhow, I was wondering if there is an easy way to get the samples like > Lunar Lander going in Android Studio? > File -> New -> Import Sample > Anyone know what became of Lunar Lander and if there are any similar game >

Re: [android-developers] Android Numeric Keypad

2016-05-26 Thread TreKing
On Thu, May 19, 2016 at 10:57 AM, LilDev wrote: > Can I open Numeric Keypad when a button is pressed using only XML ? No. - TreKing

[android-developers] Phone on booting screen for 10+ minutes. Nexus 5X

2016-05-26 Thread Jyotir Jain
My phone ( Nexus 5X ) has freezed, and so, I pressed Power button and Volume Down together. Now it went blank for about 30 seconds and then it had started to boot (usually booting takes a minutes and half), but now it went on for more than 5 minutes and still going on. I had updated it to

[android-developers] Problema con android studi

2016-05-26 Thread Franco Echevarria
Hola, tengo un problema. Estaba utilizando la ultima version de Android Studio durante unos dias, una vez que quise iniciar nuevamente me mostro el error de JVM code error 4 donde hay que agregar la variable de entorno, modifique el archivio "studio.exe.vmoptions" y cuando quiero iniciar de

[android-developers] Master Detail Flow with Fragment or Activity

2016-05-26 Thread Amitai Rosenberg
I'm making an Android app from which the user can choose content to read. There is a list of books, and once the user chooses one, it opens a new screen with the content, and a second navigation drawer for navigating through the book. I'm not sure if this screen should be a fragment or an

[android-developers] Donde puedo guardar la Base de Datos de una aplicación desarrollada

2016-05-26 Thread Eduardo Ramones
Buenas Tardes, Colegas, quisiera consultar sobre las Base de Datos que utilizaran las aplicaciones desarrolladas para la actualización de la data. Esta base de datos, debo enviarla a Google? porque realmente quiero tenerla en mi poder y sobre un motor de mi elección, las personas que

[android-developers] How can I create an android app version of my live PHP/MySQL web application

2016-05-26 Thread Michael Kabutey
Hello folks, I am new to android. I have develop and online payment web application. It is live and working perfectly as expected. What I want to do now is to develop a mobile app version with the application using the same MySQL database and the PHP language. What should be my approach? How

[android-developers] How can I create an android app version of my live PHP/MySQL web application

2016-05-26 Thread Michael Kabutey
Hello folks, I am new to android. I have develop and online payment web application. It is live and working perfectly as expected. What I want to do now is to develop a mobile app version with the application using the same MySQL database and the PHP language. What should be my approach? How

Re: [android-developers] Why won't my app work on devices running 6.0?

2016-05-26 Thread michael_bentz
Thank you JBQ! I appreciate the feedback On Wednesday, May 25, 2016 at 5:04:18 PM UTC-4, JBQ wrote: > > The biggest problem you can have running on 6.0 is expecting that your app > has all the permissions it requests, whereas starting with 6.0 the user can > revoke some of those permissions,

[android-developers] HLS AES-128 encryption support for Android

2016-05-26 Thread michelz
Hi All, I'm trying to playback encrypted HLS live stream on Android. In our case Android 6, 5 devices using with MediaPlayer and Video View. The encryption is AES-128. The player is always able to decrypt the first segment but does not download any further segments. However, in VOD mode the

[android-developers] unable to update app in device

2016-05-26 Thread vijyacomptechapps
Hello, I had developed android app using cordova. I had uploaded app on play store and works fine. After a few days i made some changes in app and uploaded on play store again with the higher version. Now issue is, my device is not able to download that new updates. i had made all settings in

[android-developers] Connect directly to mysql by jdbc!

2016-05-26 Thread Thành Khắc Nguyễn
Hi guys! I got problem when using jdbc to connect to mysql. (Have reason to use jdbc instead of json, web service). I am using android studio 1.5.1. - if i use compile 'mysql:mysql-connector-java:5.0.+' ingradle build: it can be built and debug but hang when connect to mysql server (5.6.26) -

[android-developers] Publish your Apps on App Bazaar.

2016-05-26 Thread Aryan Shah
Hello, I am from Indus OS. App Bazaar www.appbazaar.com is World’s Fastest Growing Regional App Market Place and our distribution platform for App Developers. IndusOS.com is the World's First Regional Smartphone Operating System and a Regional Mobile

[android-developers] Re: Google play store team not responding.

2016-05-26 Thread Aryan Shah
Try uploading on App Bazaar http://developer.Appbazaar.com On Thursday, May 26, 2016 at 4:22:09 AM UTC+5:30, Siddharth Raja wrote: > > Google play team is not responding to my emails. > Where i can approach or appeal, i have all documents and proofs, still no

[android-developers] Re: Add More Locale Languages

2016-05-26 Thread Sayaji Kadam
Is possible to add Persian languages on samsung device. My device with English, Marathi, Hindi etc languages. We need Persian Language as phone language. On Thursday, May 26, 2016 at 11:03:30 AM UTC+5:30, Sayaji Kadam wrote: > > Is possible to add Parsian languages on samsung device. My device

[android-developers] A Google play ex-developer, waiting mail from appeal team

2016-05-26 Thread Mobpoo
Hello, My google play account is terminated in mid of May 2016. I understand this forum is not right place to discuss about my communication with appeal team. But I need to open about it here, because I don't have other medium to express my self. - If one's account it terminated, Google play