Re: [android-developers] Pintar mapa al vuelo

2015-06-21 Thread TreKing
Lo que muestras no indica si estas añadiendo el LinearLayout "B" al Activity correctamente. Porque no lo haces en XML? On Thu, Jun 18, 2015 at 5:49 AM, Jefferson Delgado P. wrote: > Buenos días, > > Llevo ya un par de días peleándome e intentando mostrar un mapa de google > al vuelo, es decir, e

Re: [android-developers] wakeup my app from bluetooth

2015-06-21 Thread TreKing
You should explain how you're going about to getting bluetooth data now (like with code snippets). You minimal description is too vague for anyone to really address. On Thu, Jun 18, 2015 at 4:19 AM, Jags wrote: > my current application is about reading data from a bluetooth device. when > my app

Re: [android-developers] Hi Gays! I have a question that want to ask you about the payment from Google.

2015-06-21 Thread TreKing
On Tue, Jun 16, 2015 at 11:04 PM, 张张斌 wrote: > I just want to know,does the payment be pushed to my Credit Card as soon > as the transaction happens or at a regular time of a month/day? You need a bank account and you're paid monthly. https://support.google.com/googleplay/android-developer/answ

[android-developers] Re: Is runOnUiThread() ever 'safe' to call? If not why is it not deprecated?

2015-06-21 Thread 'RLScott' via Android Developers
Google is still promoting runOnUiThread in their sample Bluetooth Low Energy device scan callback code: private BluetoothAdapter.LeScanCallback mLeScanCallback = new BluetoothAdapter.LeScanCallback() { @Override public void onLeScan(final BluetoothDevice device, int rssi,