[android-developers] About granding permission above Marshmallow.

2016-10-24 Thread YoYo Hai
I have read something about permission in "https://developer.android.com/training/permissions/declaring.html";. In there i have seen "Depending on how sensitive the permission is, the system might grant the permission automatically, or the device user might have to grant the request. For example

[android-developers] Re: I want to develop browser app but i am getting errors help me please

2016-09-26 Thread YoYo Hai
what is the error you getting? On Friday, September 23, 2016 at 12:08:34 PM UTC+5:30, David Miller wrote: > > Hi I am new to android i want to develop a browser app now I am trying to > develop it in this i am getting errors. > -- You received this message because you are subscribed to the Goog

[android-developers] RTP Stream from SIP Call

2011-05-30 Thread yoyo
Hi everyone, It seems that we can't retreive rtp stream informations from SIPAudioCall. Is there a way to deal with the audio stream from a sip call? Kind Regards, Yohann -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this gro

[android-developers] pesky problems with AVD at wits end what the hell am I doing wrong?

2010-06-21 Thread YoYo
I get this error every time I click create AVD [2010-06-17 13:28:16 - SDK Manager] Failed to create the SD card. I also have another problem. When I try to open my simple hello world app in the emulator I get a bus error. Example: * I launch the emulator from an avd with no sd card size settings.

[android-developers] Annoying ADB Bus Error

2010-06-15 Thread YoYo
Hello, So I am one of the legions of newbies trying to wrap my head around developing for Android. Everything seems quite clear. Except I cannot understand why every time I try to test out my simple hello world app on the emulator I get a bus error. What the hell am I doing wrong here? here are m

[android-developers] help......i am a Beginners

2009-04-13 Thread yoyo
package com.androidyo.firstbmi; import java.text.DecimalFormat; import android.app.Activity; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import android.widget.EditText; import android.widget.TextView; public class B