Re: [android-developers] Help understanding why the App "freezes"

2023-08-10 Thread Josue Gallardo
El problema que estás experimentando, donde la aplicación funciona pero la
pantalla no se actualiza, podría deberse a varios factores. Aquí hay
algunas posibles causas y soluciones que podrían ayudarte a resolver el
problema:

1. Problemas en el código de actualización de la pantalla: Verifica si el
código que maneja la actualización de la pantalla está funcionando
correctamente. Asegúrate de que estés utilizando los métodos apropiados
para actualizar la interfaz de usuario en la plataforma o framework en el
que estás desarrollando (por ejemplo, en Android podrían ser métodos como
`invalidate()` o `requestLayout()`).

2. Bloqueo en el hilo principal: Si tu aplicación realiza tareas intensivas
en el hilo principal, podría provocar que la pantalla no se actualice
correctamente. Las operaciones largas deben realizarse en hilos secundarios
o mediante mecanismos de programación asincrónica.

3. Problemas con la lógica de negocio: Asegúrate de que la lógica de
negocio de tu aplicación esté funcionando como se espera. Si hay un error
en la lógica que impide que se actualice la pantalla, podrías enfrentar
este problema.

4. Problemas de memoria: Si tu aplicación está consumiendo mucha memoria,
podría causar problemas de rendimiento que afecten la actualización de la
pantalla. Verifica si hay fugas de memoria o si estás utilizando recursos
de manera ineficiente.

5. Problemas de compatibilidad: Algunas veces, ciertos dispositivos pueden
tener problemas de compatibilidad con ciertas características o componentes
de tu aplicación. Asegúrate de que tu aplicación sea compatible con las
versiones de sistema operativo y dispositivos que estás utilizando.

6. Problemas de red: Si tu aplicación depende de datos externos o
conexiones de red, problemas en la red podrían causar que la pantalla no se
actualice correctamente. Asegúrate de manejar los errores de red
adecuadamente y de proporcionar mensajes de error claros al usuario.

7. Recursos insuficientes: Aunque mencionas que los dispositivos no están
sobrecalentados, es importante verificar que no haya problemas de
rendimiento debidos a recursos insuficientes, como CPU o memoria agotada.

8. Actualizaciones del sistema: Asegúrate de que los dispositivos estén
ejecutando versiones actualizadas del sistema operativo y de que todas las
bibliotecas y componentes utilizados en tu aplicación también estén
actualizados.

9. Depuración y registro: Utiliza herramientas de depuración y registro
para obtener más información sobre lo que está sucediendo en tu aplicación.
Puedes utilizar logs para rastrear los eventos y el flujo de tu código y
así identificar posibles problemas.

Si después de revisar estos puntos aún no logras resolver el problema,
podría ser útil compartir más detalles sobre la plataforma en la que estás
desarrollando, el lenguaje de programación y cualquier código relevante
para que puedan proporcionarte una ayuda más específica

El mié, 9 ago 2023 a la(s) 00:50, Luca Bertoncello (lucab...@lucabert.de)
escribió:

> Hi Ahmed!
>
> Sorry, but your answer is not related with the problem...
> As I said, the App works, but the display will not refreshed. And this
> happens on many different devices. They are not overheated.
>
> Since all other Apps on the devices run without any problem, this must
> be a problem on my App.
>
> Do someone have any idea?
>
> Thanks
> Luca Bertoncello
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/43bc1dcf-4142-d4b8-88a2-c6382c93895c%40lucabert.de
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAL2arw5UbYe5Di4Xc-jWPb-Hq7ZBOZU-EbtZ0cUHmrDYhiO4cg%40mail.gmail.com.


Re: [android-developers] Help understanding why the App "freezes"

2023-08-08 Thread Luca Bertoncello
Hi Ahmed!

Sorry, but your answer is not related with the problem...
As I said, the App works, but the display will not refreshed. And this
happens on many different devices. They are not overheated.

Since all other Apps on the devices run without any problem, this must
be a problem on my App.

Do someone have any idea?

Thanks
Luca Bertoncello

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/43bc1dcf-4142-d4b8-88a2-c6382c93895c%40lucabert.de.


[android-developers] Help understanding why the App "freezes"

2023-08-08 Thread Luca Bertoncello
Hi list!

I'm writing an App to help in the VFR-Navigation.
The App works and help me flying, but sometimes it freezes...

Using the log files, I can see, the App still continue working and sent
display updates command, but the display is freezed. No new data are
displayed and no reaction from user input are received...
I cannot see any exception in my App.

Curiously I cannot reproduce the problem using the emulator, but just
with physical devices and, of course, the problem happens always by
flying, when I don't have any laptop attached to the device and cannot
do any debugging (otherwise I'll crash...).

Not understanding why, but my Tablets "hangs" now at home, too, so I can
start the App from my home and reproduce the problem. The App freezes
and no other actions can be processed...

I connected the Tablet with my PC and started adb logcat.
As I said, no Exception in the App, but I can see some other messages,
that maybe can be related to the problem, such:

V/WindowState(  687): Window Window{1e00b531 u0
de.lucabert.simplevfr/de.lucabert.simplevfr.MainActivity}
client=android.os.BinderProxy@377c1dd8 token=AppWindowToken{7769a35 token=
Token{41e246c ActivityRecord{1d7291f u0
de.lucabert.simplevfr/.MainActivity t307}}} (Token{41e246c
ActivityRecord{1d7291f u0 de.lucabert.simplevfr/.MainActivity t307}})
params=WM.L
ayoutParams{(0,0)(fillxfill) sim=#100 ty=1 fl=#80810180 pfl=0x8
wanim=0x1030461 surfaceInsets=Rect(0, 0 - 0, 0)}
V/WindowState(  687): Attaching Window{1e00b531 u0
de.lucabert.simplevfr/de.lucabert.simplevfr.MainActivity}
token=AppWindowToken{7769a35 token=Token{41e246c ActivityRecord{1d7291f
 u0 de.lucabert.simplevfr/.MainActivity t307}}}, list=[Window{2fe609fd
u0 de.lucabert.simplevfr/de.lucabert.simplevfr.MainActivity}]
V/WindowManager(  687): New client android.os.BinderProxy@377c1dd8:
window=Window{1e00b531 u0
de.lucabert.simplevfr/de.lucabert.simplevfr.MainActivity}
V/WindowManager(  687): Looking up client
android.os.BinderProxy@3b39d654: Window{2fe609fd u0
de.lucabert.simplevfr/de.lucabert.simplevfr.MainActivity}
I/WindowStateAnimator(  687): createSurface WindowStateAnimator{3b7a736d
de.lucabert.simplevfr/de.lucabert.simplevfr.MainActivity}:
mDrawState=DRAW_PENDING
V/SurfaceTrace(  687): ctor: Surface 159c8ba2
de.lucabert.simplevfr/de.lucabert.simplevfr.MainActivity (0):
shown=false layer=0 alpha=0.0 0.0,0.0 129x129 crop=[0,0][0,0]
opaque=false (0.0,0.0,0.0,0.0). Called by
com.android.server.wm.WindowStateAnimator.createSurfaceLocked:830
com.android.server.wm.WindowManagerService.relayoutWindow:3213
com.android.server.wm.Session.relayout:196
V/WindowStateAnimator(  687): Got surface: Surface 159c8ba2
de.lucabert.simplevfr/de.lucabert.simplevfr.MainActivity (0):
shown=false layer=0 alpha=0.0 0.0,0.0 129x129 crop=[0,0][0,0]
opaque=false (0.0,0.0,0.0,0.0), set left=600 top=937, animLayer=21025
V/SurfaceTrace(  687): setPosition(536.0,873.0): OLD:Surface 159c8ba2
de.lucabert.simplevfr/de.lucabert.simplevfr.MainActivity (0):
shown=false layer=0 alpha=0.0 0.0,0.0 129x129 crop=[0,0][0,0]
opaque=false (0.0,0.0,0.0,0.0). Called by
com.android.server.wm.WindowStateAnimator.createSurfaceLocked:886
com.android.server.wm.WindowManagerService.relayoutWindow:3213
com.android.server.wm.Session.relayout:196
V/SurfaceTrace(  687): setLayer(21025): OLD:Surface 159c8ba2
de.lucabert.simplevfr/de.lucabert.simplevfr.MainActivity (0):
shown=false layer=0 alpha=0.0 536.0,873.0 129x129 crop=[0,0][0,0]
opaque=false (0.0,0.0,0.0,0.0). Called by
com.android.server.wm.WindowStateAnimator.createSurfaceLocked:892
com.android.server.wm.WindowManagerService.relayoutWindow:3213
com.android.server.wm.Session.relayout:196
V/WindowStateAnimator(  687): Created surface
WindowStateAnimator{3b7a736d
de.lucabert.simplevfr/de.lucabert.simplevfr.MainActivity}
V/WindowManager(  687): Looking for focus: 5 = Window{2fe609fd u0
de.lucabert.simplevfr/de.lucabert.simplevfr.MainActivity},
flags=8519682, canReceive=true

and so on... I can send the whole logcat, if needed.
Unfortunately, I didn't found anything useful searching for these
messages. Maybe I'm just dumb...

Can someone help me understanding where is the problem and maybe to
solve it?

As I said, the problem can be reproduced with physical devices (tried
two Tablets and one SmartPhone), but not with the emulator...

Thanks a lot for your help!
Luca Bertoncello

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/067fb0b6-e699-c682-a023-740d7f879d5a%40lucabert.de.


[android-developers] Help and Guidance since facing unknown runtime exceptions

2023-06-03 Thread Ke Ga
Hello,
I need someone to help me with debugging and understanding and minimizing 
the errors in my app dev projects.
Kindly reach out .
I sincerely ask for the Community's Hel.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/33e5d485-a535-4c96-9c2b-189bae206fb4n%40googlegroups.com.


[android-developers] Help!

2021-07-26 Thread Angrytrilo Games

Does anyone know how to limit in which countries an app can be downloaded? 
The option that says in the help DOES NOT EXIST on my developer console.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/a1c8bad9-b89f-4a38-9e2e-e6c7b8d4a1ben%40googlegroups.com.


[android-developers] Help

2019-08-19 Thread Thatotherplayer
Hello. I am new to programming here. I am currently trying to make an 
application for displaying stats for the heroes in Overwatch. I currently 
have activities for Orisa, D.va, and Reinhardt at the moment. Currently, if 
I want to open the activity for Reinhardt, I have to open the activity for 
Orisa, then D.va, before I can get to Reinhardt. This is what I have so 
far. Any help would be much appreciated. Thank you.

import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;

import androidx.appcompat.app.AppCompatActivity;

public class MainActivity extends AppCompatActivity {
private Button button;



protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);

//Open the page for Orisa

button = findViewById(R.id.btnOrisa);
button.setOnClickListener(new View.OnClickListener() {

public void onClick(View v) {
openactivity_orisa();
}
});
}

public void openactivity_orisa() {
Intent intent = new Intent(this, orisa.class);
startActivity(intent);

//Open the page for D.va

button = findViewById(R.id.btnDva);
button.setOnClickListener(new View.OnClickListener() {

public void onClick(View v) {
openactivity_dva();
}
});
}

public void openactivity_dva() {
Intent intent = new Intent(this, Dva.class);
startActivity(intent);

//Open the page for Reinhardt

button = findViewById(R.id.btnReinhardt);
button.setOnClickListener(new View.OnClickListener() {

public void onClick ( View v ) {
openactivity_rein1();
}
});
}

public void openactivity_rein1() {
Intent intent = new Intent(this, Rein1.class);
startActivity(intent);
}}




Enter code here...


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/87aa16ad-4360-4209-a97c-ab543466d653%40googlegroups.com.


Re: [android-developers] Help Android system problem

2019-07-08 Thread 王彬泽
Do you know this question? Is it an Android issue or a phone screen issue?

在 2019年7月9日星期二 UTC+8上午12:26:07,Rade Gade写道:
>
> 你问我?
> 想告诉你!
>
> On Mon, 8 Jul 2019 at 10:59, 王彬泽  wrote:
>
>> [image: 20190708162421.jpg]
>>
>> [image: 20190708162408.jpg]
>> 您好,我是一位拥有一加7专业手机的Android手机用户。我想问个问题。在使用过程中,多个软件意外滑动自己并在开发人员选项中打开指针位置。
>> 屏幕滑动时,有两条滑动线。一加上客户服务解释说,这是Android p系统的问题,而不是一加一手机本身。我想问一下问题是否来自Android 
>> p系统? 
>>
>> - 
>> 您收到此邮件是因为您订阅了Google网上论坛“Android开发者”群组。
>> 要取消订阅此论坛并停止接收来自该论坛的电子邮件,请发送电子邮件至android-developers + 
>> unsubscr...@googlegroups.com 
>> 。
>> 要发布到此论坛,请发送电子邮件至android-developers @ googlegroups.com 
>> 。
>> 访问此论坛,访问https://groups.google.com/group/android- developers 
>> 。
>> 要在网络上查看此讨论,请访问https://groups.google.com/d/ msgid / android- developers / 
>> a3ae0a89-3916-4859-acd0- 
>> 794679c44c42%40googlegroups。com 
>> 
>> 。
>> 有关更多选项,请访问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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/9077248a-bc62-4b38-a7a0-d43ba623ffbc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help me to solve this issue

2018-05-08 Thread Shahrukh pathan
https://stackoverflow.com/questions/49597228/i-want-to-set-wallpaper-using-intent-action-attach-data-the-thing-this-i-got-th

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/12071f10-04c6-4885-b550-dcc77b140c7d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help with an Open Source Project that needs updating

2018-01-25 Thread Kirk Herron
I am searching for someone willing to help us upgrade an Android 
application that was written 5 years ago using Eclipse.

This application was written to work with our Open Source Home Automation 
server software. So the Android Application is also Open Source.
However, due to many recent upgrades to the server software, The Android 
application now requires to be changed/updated before the next release of 
the server software.

We have not heard from the original author in over 3 years, and have failed 
at attempts to contact him for an upgrade.
I am very new to Android development, but have have tried to open the 
project in both Android Studio and Eclipse, but it does not build due to 
unresolved errors.
I believe that there are many *imports* that have changed since the 
original development, and these are causing most of the errors.
I also believe that the SDK or API settings are way out of date too!

I am in search of a developer that would be willing to take over the 
application project, since we have lost our original contributor.
Or..
A developer that is at least willing to upgrade the project to the latest 
Android Studio or Eclipse IDE with out the errors, so we could try to take 
over the project ourselves.

It has gone 5 years without requiring any changes, so it is not a very 
demanding project.

Thank you in advance to anyone who offers any help!

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/a01d8033-5ccd-4723-9eaf-7b129bb2f7f7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help downloading Android Studio

2017-09-08 Thread Arturo Lara
Hello, I was trying to get the latest version of Android studio ready in my 
pc to start learning app development. The installation went fine when I 
first started Android Studio it started to download some SDK tools. It 
showed me this message: *The following SDK components were not installed: 
Google Repository and Android SDK Build-Tools 26.0.1. *I clicked on retry 
and it did not seem to work, so I canceled it. I finished the installation 
and now it seems to be fine, but I am worried I don't have those 
components. What should I do?

Thanks,
Arturo

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/6969a75e-d60a-4535-a9b5-6f2b54ea74a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help with saving an ArrayList

2017-09-05 Thread Otavio Miguel
I have one doubt. Maybe it's simple, but I'm a beginner in android 
programming, so I'm so sorry if it's so trivial.

My app has an ArrayList, but it use an class as type.

ArrayList arrayList;



Here, users must to can add a new item using an fragment created to this. 
Then, in the principal screen, it must to show the list to the user.


My doubt is how can I save this list and recover when I need, read it and 
show to the users. Of course, I also need to change the list (deleting, 
editing or adding items in this list), and saving again when something 
change.

I don't know if it's info enough, but if you need more info to could help 
me, just ask and I can tell you what you need.

Thank you.

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/c5c4fd88-a973-43e7-b83a-e5db867dd004%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help needed

2017-02-25 Thread Azharil Azizi
Can anyone ulpad microG.ak file for OGYT in Google drive. My internet mobile 
data only for Google & YouTube. 

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/39a98806-b72b-4bd4-a091-c50ab0f81540%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] HELP: Showing notification badge on BottomNavigationView

2017-02-21 Thread Waqas Moazzam
Hi guys,

I have been trying BottomNavigationView released in API 25. I am struggling 
with notification badge on bottom navigation item. I have a selector 
drawable where I have added checked true and checked false states with 
greyed out drawable which has a BLUE dot on it. The purpose is to show blue 
dot when there is a certain activity. But when user navigates to other 
navigation item the whole menu button turns grey and the dot as well. I 
believe tint is applied to the image which is the reason having a different 
colour dot as part of the icon is not possible. Is there any alternate way 
to achieve this?




That is how I am using it. Removing itemIconTint does not help. 

On android developers I have found nothing and it being pretty new nothing is 
available on the web as well.

Any idea, any one?

Cheers


-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/22b8694c-afbb-40f7-8686-22a1227b9e47%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help with splitting App with apk expansion files

2017-01-17 Thread orders
Hi Developers,

We are trying to get our App into the Google Play store.
Our App is an app/ebook named The Adventures of Junglebird.
It is an interactive adventure with animation-sound-narration.
We built it as a series of Adobe Edge Animate projects, one for each page 
of the book, encapsulated in their own directories, for example:

(All under the www folder)
00Cover
/css
/js
/images
/media
00Cover.an
00Cover.html
00Cover_edge.js
00Cover_edgeActions.js
01Map
02Introduction
03SunofJunglebird
04StoneHead

The starting point is a redundant iteration of the 00Cover code using 
index.html in the root of the www directory.
We have been using Visual Studio 2015 and the Apache Cordova tools to do 
the cross platform compiling.
Each page can run standalone and all are opened by simple window.open 
commands:
Example window.open("../01Map/01Map.html");

We have compiled successfully and loaded and been reviewed and approved on 
the Apple App Store.
When I got to the Android Platform, I thought we could just recompile and 
go - the code worked on my phone (Samsung Edge 6+) fine.
When I tried to upload to the Google Play Store, I hit the 100mb limit (the 
app is about 250mb)
I have read the APK expansion files material and used the jobb tool to 
create an obb file of the www directory.

I am hoping that with one window.open call from the index.html Start 
Button to the www/01Map/01Map.html (Table of Contents) page in the APK 
Expansion (obb) file
rest of the app could work without modifying all of the paths for all of 
the individual pages.

I am looking for some help/direction/insight to accomplish this and get our 
app on the Play Store.
This app is a beautiful story and deserves to be seen on as many platforms 
as possible.

Thanks,

Michael Goyette

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/6178bbe0-664b-45d2-91d9-7e1146608677%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help with using Google Drive Api

2017-01-13 Thread Abraham Parima
*In itself what I am going to ask you will be about how to achieve:*

*How to Access the Contents of a DriveFile From a Common File?*

*Hi all, I have asked this question in order that they could help me or 
guide me in my problem that arises with the need to be able to access the 
contents of a DriveFile from a file that will be found in the memory of the 
device, using the class java. nio.File or others. If you know how to 
achieve my goal please let me know. Thank you very much.*



This question was edited by an error in writing

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/8b47069d-c333-47e9-ac17-5f2f42e0a659%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help In Using The Google Drive Api

2017-01-13 Thread Abraham Parima
*In itself what I am going to ask you will be about how to achieve:*

How to Access the Contents of a DriveFile From a Common File?

*Hi all, I have asked this question in order that they could help me or 
guide me in my problem that arises with the need to be able to access the 
contents of a Drhha from a file that will be found in the memory of the 
device, using the class java. nio.File or others. If you know how to 
achieve my goal please let me know. Thank you very much.*

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/25d5ce0a-8849-40ba-bb53-01b3d00bdf24%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help for Video calling coding.

2017-01-13 Thread Titu Saini
I want to add video calling features in my application. Where I have to
write the coding of video calling. Which coding I have to use.

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAA5JQSPJhjKHybfON-Pjp%3DgPAGSCxo6AmF5ABU%2BE7rx0P-_EdQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help me to improve my Android project!

2017-01-13 Thread Linas Sinickas

Hello, me and my team just created Android game with multiplayer mode. In 
Round Rush you need to reach finish line faster than your opponent. Simple 
one touch game play with ten levels that will make you happy. We need more 
comments about what to improve or fix. Hope you guys can help me.

https://play.google.com/store/apps/details?id=com.GamesFromGarage.ProjectFour=en

https://www.youtube.com/watch?v=LI-o0SIzezQ

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/242aa1f5-25a4-49a5-90a8-36068cdefb4c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help In Using The Google Drive Api

2017-01-12 Thread Abraham Parima

*In itself what I am going to ask you will be about how to achieve:*

*How to Access the Contents of a DriveFile From a Common File?*

*Hi all, I have asked this question in order that they could help me or 
guide me in my problem that arises with the need to be able to access the 
contents of a Drhha from a file that will be found in the memory of the 
device, using the class java. nio.File or others. If you know how to 
achieve my goal please let me know. Thank you very much.*

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/0a430fa1-ee4b-4c01-8939-99db50727e5f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Help! Android Studio version 2.2.3 | Error 216

2016-12-19 Thread Marina Cuello
You can use the proper "launcher": {your Android Studio
folder}}\bin\studio.exe is the 32-bit launcher, and {your Android Studio
folder}\bin\studio64.exe is the 64-bit launcher.


Marina

On Mon, Dec 19, 2016 at 12:50 PM, Ashish Ramdin 
wrote:

> Dear Android developers,
>
> I've recently downloaded Android Studio 2.2.3 and installed it on my
> Windows PC.
> But when i open my first project, it send me an error.
>
> Error:CreateProcess error=216, This version of %1 is not compatible with
> the version of Windows you're running. Check your computer's system
> information to see whether you need a x86 (32-bit) or x64 (64-bit) version
> of the program, and then contact the software publisher
>
> How to fix it?
>
> My PC is running on a Windows 7, 32 bit
>
> Can someone assist me with this matter?
>
> Thank you, looking forward for the replies.
>
> --
> 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 https://groups.google.com/group/android-developers.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/android-developers/27f39796-68fc-428d-8229-
> 8302fb636aec%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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CACaNmX3WKn26w92i%3DB__ZNsiXrM_xWCiGypyk24Ts%3DvXwNs7Kw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help! Android Studio version 2.2.3 | Error 216

2016-12-19 Thread Ashish Ramdin
Dear Android developers, 

I've recently downloaded Android Studio 2.2.3 and installed it on my 
Windows PC.
But when i open my first project, it send me an error.

Error:CreateProcess error=216, This version of %1 is not compatible with 
the version of Windows you're running. Check your computer's system 
information to see whether you need a x86 (32-bit) or x64 (64-bit) version 
of the program, and then contact the software publisher

How to fix it?

My PC is running on a Windows 7, 32 bit

Can someone assist me with this matter?

Thank you, looking forward for the replies.

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/27f39796-68fc-428d-8229-8302fb636aec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help creating an app

2016-12-02 Thread Kristina Anderson
I have an app called grocery king. It is an awsome app for my needs. 
Unfortunately the current developer stopped keeping the app up to date. I have 
no clue how to read, decipher, or understand computer code. Can anyone please 
help? I'm a little desperate for this since lot of changing often causes memory 
issues with me.

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/f709c213-43f3-4e7a-9df8-559a316843f2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] help

2016-11-17 Thread bossmontana079
Hello for me such question, there is a game to her approximately 10 and she 
goes to the computer, and company bankrupt, and we with a friend want to 
write this game on an android, how maybe and whether there will be problems 
with loading on play market?

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/d3e38ba5-ee9d-44a0-983c-d9076f5b9802%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] help for intents

2016-11-07 Thread luigi bettelli
Hello.

Actually I'm not an android dveloper but given that I want to launch some 
intents with Tasker/Macrodroid, I need some help:
- is there a way for setting the default storage location is sd card 
(instead of internal memory)?
- is there a way for assigning a playlist to all my alarms?
- is there a way for blocking (and unblocking on different conditions) the 
status bar, preventing users from sliding (expanding) it and checking the 
notification panel (should be the same thing of when the screen is locked: 
you can see the notifications icon on the status bar, but can't open it)?
- is there a way for changing (not only setting for the first time) the 
ringtone of a group of contacts?

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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/89fa5bac-cabe-4277-ba2a-31b2a7685243%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help with error [BM-CPL-38] trying an app-in purchase

2016-11-06 Thread David Ramos
Hello,

Since few weeks ago our clients can't buy our app-in purchase item, the 
error is "Error while retrieving information from server. [BM-CPL-38]". We 
don't find any information in internet about this error and we don't know 
how to fix it. We have tried buy another items from another apps with 
success, so only have problemas with our app. could you help us?

Regards,
David

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/25422655-60c6-4fb3-a4d1-0da532999007%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help with Android SDK!!

2016-10-20 Thread Krishna Mahi
I want to develop an app in SDK using Python. Is it possible for me to 
develop and build the code using Python in Android SDK?

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/ea27e1d6-f451-4cc1-86e8-097937477c9a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] help

2016-10-14 Thread Islanis Linares Polanco



--
Este mensaje le ha llegado mediante el servicio de correo electronico que 
ofrece Infomed para respaldar el cumplimiento de las misiones del Sistema 
Nacional de Salud. La persona que envia este correo asume el compromiso de usar 
el servicio a tales fines y cumplir con las regulaciones establecidas

Infomed: http://www.sld.cu/

--
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/734b5cec-b36c-e5ec-d5f5-f694734499ac%40infomed.sld.cu.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help Desk Technician_Sunnyvale , CA@Need consultants who are local and go for F2F

2016-09-26 Thread "N"agarju"N"@iDu
*Please share Your Profiles to **nagarj...@tekskillsinc.com
 **with a CC to my gmail ID
:**gani.nagarj...@gmail.com
*

*Help Desk Technician*

*Duration: 6 + Months*

*Sunnyvale , CA*

 *Job Duties:*

-Provide quality support to end-users including complex support for
hardware (laptop, desktop, mobile devices), software, and applications
including connectivity to network

-Travel to various local locations to remedy issues not solved by
phone/email

-Recognize common patterns in cases to uncover related and new problems

-Assist or coordinate implementation of OS updates, software upgrades or
installs, security patches, clean/remove malware

-Support audio/visual equipment as needed for conference or meeting setups

-Assist with refresh of hardware and software when employees have office
moves

-Learn new and/or infrequently used technologies and train team members on
the functions and support of these technologies

-Previous related experience assisting end users in a help desk or desktop
support environment

-Experience installing and troubleshooting patches, hardware, software,
network, and printing issues on multiple types of devices

-Experience with Mac OS, Windows, MS Office suite, remote tools

-Excellent interpersonal and relationship-building skills

-Excellent organizational skills with emphasis on detail and follow up



*Thanks & Regards.*

*Nagarjuna*

*Tekskills Inc.*

*200, MetroplexDrive, Suite 414, Edison, NJ – 08817 |*

*CMMI Level 3 / ISO 9001: 2008/ WMBE Certified Company   *

*Phone: 732-354-4300  |Fax:** 888-543-5125 **| Email:
**nagarj...@tekskillsinc.com
*

*Gmail: **gani.nagarj...@gmail.com *
*www.tekskillsinc.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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CADALKbxkqn%3D71i68X%2BgqgxmR1zFojENqi_U%2Bp9LuGOZF057DHg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help with android camera exposure setting

2016-09-21 Thread oy zhang
Hi, I am trying to fix the setting of exposure. So I use 
parameters.setAutoExposureLock(). The effect is the picture is too dark. I 
try setting the compensation value using
parameters.setExposureCompensation() and set to the max value but have no 
effect. I want to make the picture brighter and fix the exposure setting. 
How can I do?

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/3220acb4-07fe-47ed-8f8a-4be8cd458745%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] HELP ANYONE PELASE - slow performance using Network Attached Storage (NetApp filer) for Android Studio 2.1.1

2016-09-21 Thread leighdonnell
Hello

We are using Android Studio 2.1.1 and when we use Network Attached Storage 
(Net App filer with a CIFS share) for the project location the time it 
takes is very slow compared to local storage.
Local storage is less than an minute and network storage 20 minutes.
I would obviously expect some improvement by using local storage but not to 
the extent !
We have noticed that Android studio writes data in 1 byte size chunks. Does 
anyone know if this configuration can be changed and how ?
Using local storage is not really the solution we are looking for with the 
environment this application is distributed to.

Any tips appreciated ?

Regards
Leigh

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/39832274-eaf1-4ec8-83f2-a893ac51603d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] HELP Gradle sync failed

2016-09-08 Thread ivan tan chia chiet
hello,

any can help me to solve this problem?

after i can my pc user name, from Xian Shi,to XIanShi, without space, i was 
getting this Gradle sync problem, 
say that can not  create directory c:/user/Xian Shi/.andriod.




how can i fix this?

already reinstall andriod studio still the same problem 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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/e69d182b-f571-41d8-a614-04612d411423%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] [HELP] Unsupported Devices Help Needed for App

2016-09-03 Thread Riku Deisiki
Hello,

I'm new to these forums, however, I'm not new to the concept of using the 
Google forums. I did do a search for my question already, both on 
Google.com and in the forums. I also asked some close friends who have 
experience with Android and they can't seem to figure it out. For some 
reason I can't understand why it's so hard to find the solution to my 
problem as it is straight forward.

I currently have an app in Google Play that does not support 1818 devices. 
Some of these devices are related to the "TV" so it's understandable that 
my app (a wallpaper app) won't work. However, there are other devices that 
don't work with my app and they seem to be older models, for example the LG 
G5 with Android 6.0.1.

I can't seem to figure this one out, and how to enable all devices to work 
on my app. Does anyone else have experience with this? 

Any help would be greatly appreciated. Thank you for your time and efforts.

Kind regards,
-Riku

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/1faac558-1150-45f8-a8f8-7e9cadb9b7aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help me this problem

2016-08-30 Thread Michael Thai
Hello guys
when i used android studio ver 2.1.2 and use method , parameter is very 
clear for me to understand this method


but when i upload android studio to ver 2.1.3, the method parameter make me 
confuse 


can you help me how to fix it or how can i get back old-version

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/307d430a-aa17-4d37-8466-eb74c77b6c56%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help My AutoCompleteTextView is Not showing Suggestion

2016-08-24 Thread Donald Tripdarlinq
I am using Android Navigation Drawer with Fragment and everything seems okay 

package com.example.nghandler;


import android.content.Context;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.inputmethod.EditorInfo;
import android.widget.ArrayAdapter;
import android.widget.AutoCompleteTextView;


public class Fragment_Home extends Fragment {
  AutoCompleteTextView autoCompleteTextView;

String[] countries = {
"January",
"Febuary",
"March",
"June",
"July",
"April",
};


public Fragment_Home() {
// Required empty public constructor
}


@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container,
 Bundle savedInstanceState) {


String  DEBUG_TAG = "Donald";
Context c = getActivity().getApplicationContext();

View view = inflater.inflate(R.layout.fragment_home, container, false);
autoCompleteTextView = 
(AutoCompleteTextView)view.findViewById(R.id.autoCompleteTextView);
ArrayAdapter adapter = new ArrayAdapter(c, 
android.R.layout.simple_list_item_1, countries);
autoCompleteTextView.setThreshold(2);
autoCompleteTextView.setAdapter(adapter);
autoCompleteTextView.getAdapter();

return view;
}

}


okay but on running the App, the Suggestions are not showing
Here's the code

Fragment_Home.Java


-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/7414e71d-a69f-46b8-ace4-2878bdeda34c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Help for class with Android Studio

2016-08-23 Thread oliviajordanteague
Yeah, it says they should be hello_world and action_settings, but I know 
how to add new ones in so as long as they don't matter I guess it's 
irrelevant. (: Thanks!  

On Tuesday, August 23, 2016 at 8:24:01 PM UTC-4, Steve Gabrilowitz wrote:
>
> Apparently your book is outdated, don't worry about it ;-)
>
> Does it say what the other 2 strings should be?
>
> On Aug 23, 2016 8:12 PM,  wrote:
>
>> I just started taking a Android App Development class and I have a 
>> question that may seem a little dumb, but when I open my Android Studio, 
>> start a new project, and go into my strings.xml file my book is telling me 
>> that it should display three default strings, however mine is only showing 
>> one, "app_name", am I doing something wrong?
>>
>> -- 
>> 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 https://groups.google.com/group/android-developers.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/android-developers/83ac2ef0-e463-46bb-86a6-1b6907ec20cd%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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/aada977c-4d64-44b4-9c57-1feede00aefc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Help for class with Android Studio

2016-08-23 Thread Steve Gabrilowitz
Apparently your book is outdated, don't worry about it ;-)

Does it say what the other 2 strings should be?

On Aug 23, 2016 8:12 PM,  wrote:

> I just started taking a Android App Development class and I have a
> question that may seem a little dumb, but when I open my Android Studio,
> start a new project, and go into my strings.xml file my book is telling me
> that it should display three default strings, however mine is only showing
> one, "app_name", am I doing something wrong?
>
> --
> 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 https://groups.google.com/group/android-developers.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/android-developers/83ac2ef0-e463-46bb-86a6-
> 1b6907ec20cd%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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CABfabRiNfM%2Buo1dN6GHTeac1mN8XOHOvD1ibWbsbH2F5A-a3Dw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help for class with Android Studio

2016-08-23 Thread oliviajordanteague
I just started taking a Android App Development class and I have a question 
that may seem a little dumb, but when I open my Android Studio, start a new 
project, and go into my strings.xml file my book is telling me that it 
should display three default strings, however mine is only showing one, 
"app_name", am I doing something wrong?

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/83ac2ef0-e463-46bb-86a6-1b6907ec20cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] help me...

2016-08-19 Thread Subin_linda bae
I'm Incheon university student from Korea.
I have some problems while making apps.
I would like to make an android wear application which have heartbeat 
function, not a heartrate. But on android developer page, there is some 
information about heartbeat. On that page heartbeat is added in API level 
24. But most of products have under that API level. Although that's about 
reaction of human body so we cannot use emulator. But there is one more 
doubt. Becaues some smart phones like galaxy S7, can see the heartbeat.
Can you help me to solve those problems?

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/53196190-a6bb-4450-ac3b-c50b27561c67%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Help wanted on devloping apps

2016-08-14 Thread Daiva Prema Ministries
what actually you re looking in the universal Remote.

On Sun, Aug 14, 2016 at 5:19 AM, muhaimin fauzi 
wrote:

> Hi,I am new here,Just want to ask if anyone could help me in developing an
> universal remote controller app ?
>
> --
> 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 https://groups.google.com/group/android-developers.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/android-developers/a7d66427-81e7-4beb-8f7f-
> b7fa4d505599%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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANkydDj%3D%2BDuyx4K1dAxE_9LC4yrgSrMOciHFo4_kMJNeDCGp_g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help wanted on devloping apps

2016-08-13 Thread muhaimin fauzi
Hi,I am new here,Just want to ask if anyone could help me in developing an 
universal remote controller app ? 

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/a7d66427-81e7-4beb-8f7f-b7fa4d505599%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] help with android developer

2016-07-18 Thread sardar khan
kindly install geny motion and test

On Mon, Jul 18, 2016 at 12:24 PM, Ahmed Elgammal 
wrote:

>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> *hi alli have a big problem with android studio when i am trying to play
> emulatorfirstly my computer specificationMotherboard : Gigabyte GA-MA
> 790FXT UD5PProcessor : Amd Phenom II X 4 955Vga  : Ati Radeon 5770 1GBRam :
> 4 * 4 FuryX Kingstone = 16 GB With pass 1333i made windows 7 on vm ware
> workstation with these specificationsProcessor  : 1 coreRam  : 8 Gband i
> installed the last version of android studio 2.1.2when i am trying to play
> emulator it shows a message  (your cpu does not support (VT-x  or SVM))i
> enables virtualization technology from my computer bios and i checked in
> (virtualize Intel VT-X/EXP or AMD-V/RVI) and made  preferred mode
> Automaticstill does not work and when i am trying to run emulator keep
> showing the same message  (your cpu does not support (VT-x  or SVM))also i
> tried to run  the emulator on my live computer not the virtualbut the same
> message appeared (your cpu does not support (VT-x  or SVM))plz help i need
> to run the emulator quickly because because i have to test my master degree
> application help plz*
>
> --
> 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 https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/1a6b2306-1ba5-4296-b981-79d151b34726%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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CABHzXARfb%3DOv28NfEDt7Osdxpa29%2BNWiHdHYpxMRDyETUbqEKQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] help with android developer

2016-07-18 Thread Ahmed Elgammal





























*hi alli have a big problem with android studio when i am trying to play 
emulatorfirstly my computer specificationMotherboard : Gigabyte GA-MA 
790FXT UD5PProcessor : Amd Phenom II X 4 955Vga  : Ati Radeon 5770 1GBRam : 
4 * 4 FuryX Kingstone = 16 GB With pass 1333i made windows 7 on vm ware 
workstation with these specificationsProcessor  : 1 coreRam  : 8 Gband i 
installed the last version of android studio 2.1.2when i am trying to play 
emulator it shows a message  (your cpu does not support (VT-x  or SVM))i 
enables virtualization technology from my computer bios and i checked in 
(virtualize Intel VT-X/EXP or AMD-V/RVI) and made  preferred mode 
Automaticstill does not work and when i am trying to run emulator keep 
showing the same message  (your cpu does not support (VT-x  or SVM))also i 
tried to run  the emulator on my live computer not the virtualbut the same 
message appeared (your cpu does not support (VT-x  or SVM))plz help i need 
to run the emulator quickly because because i have to test my master degree 
application help plz*

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/1a6b2306-1ba5-4296-b981-79d151b34726%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Help me to find best answer

2016-07-17 Thread Elvin
hi friends i am facing a problem can any one help me pls

i am using windows 7 32 bit os

when i run the android studio 2.0  it is opening and taking all the
RAM ( before i have only 2 GB i upgraded to 10 GB ) but windows 7 is
having limit of 4 GB .

the first time when i run it the emulator is also running fine. but
there is upgrade . i click the button . and now i am facing the CPU is
used 100 %  and the emmulator is not even running. su the "androd "
starter is comming and the RAM is taken more than a 1.5GB . can help
me to work out the out put .

i am really struck with my work can any one help me

thanking you

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CABwZCZ7HWo-z%2B4doKvq0t4UHU%2BOauTLkdda22m529ZA0TjQnSg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help me to find best android phone

2016-07-17 Thread ds
please suggest me some best android phones ... price is around 2 to 
25000 tk. 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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/62041448-9af2-44dd-8114-68c5918d46be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help designning the UI

2016-06-05 Thread Ventura
Hello, I am trying to design a cool UI for my app, because it's really ugly 
at the moment.

How can I know what size will have my icons and what mobile should I design 
by default? 
I checked the documentation.. but I get lose with that things. 

I was thinking that I need a kind of template of a mobile with his 
dimesions in pixeles and his dp so I can export the icons to different 
mobiles, is it right? I hope that someone can help me with this here :).

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/2719b169-54f9-4a5e-9ea2-65893cc459f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help please - Bricked Nexus 9 after uninstall of Android N

2016-06-02 Thread Graham Dean
Hi I need some help please, not really technical but loaded the Android N 
beta on my Nexus 9 wi-fi, as it was crashing almost hourly I opted to 
restore it to factory defaults, it is now stuck in a boot loop. Tried to 
install the current supported factory image using ADB OTA sideload but it 
fails at 47% saying something like "Error: image is "flounder"; device is 
"".. as if the device has no identity.
the fastboot can see the device but ADP struggles. the device shows LOCKED 
at all times. any suggestions greatly appreciated

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/f93bc509-5f58-4639-9b85-be54cc214097%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Help regarding Play developer accounts

2016-05-14 Thread Russell Cecala
There are a lot people that have lost there accounts on this list.  Let's
know how it works out for you ;)

On Sat, May 14, 2016 at 12:00 PM, TreKing  wrote:

>
> On Tue, Apr 19, 2016 at 5:54 AM, Hitesh Vikani <
> awesomeblogcreat...@gmail.com> wrote:
>
>> Now, I registered a new account with same Name as I cannot change my name
>> for Google. Now can I registered my account with google play account.
>> Will it be terminated again?
>>
>
> Check with Google Play support.
>
>
> -
> TreKing  - Chicago
> transit tracking app for Android-powered devices
>
> --
> 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 https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/CANCScgivqybwLfkzXZnPPz630OhBkdai32PPCKC42M7ZcV7Jow%40mail.gmail.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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAHu%2B3OyCc6mub3ZTdsAnF4YGq43C-dNuFsGmL5ZnqUNDd%2BpuTA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Help regarding Play developer accounts

2016-05-14 Thread TreKing
On Tue, Apr 19, 2016 at 5:54 AM, Hitesh Vikani <
awesomeblogcreat...@gmail.com> wrote:

> Now, I registered a new account with same Name as I cannot change my name
> for Google. Now can I registered my account with google play account.
> Will it be terminated again?
>

Check with Google Play support.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANCScgivqybwLfkzXZnPPz630OhBkdai32PPCKC42M7ZcV7Jow%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Help me pls!

2016-05-12 Thread TreKing
On Wed, May 11, 2016 at 4:36 AM, Björn-Eric Ümera 
wrote:

> is it possible to add the player to android studio?


No, as Android Studio is a tool to make apps, not something you add apps to.

http://developer.android.com/intl/in/training/index.html

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANCScggTC13a2VvJfdNQv8mCXrOwGqEWqL3gyudL3JKuf-HvBQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help Needed from Brazilian based Developers - Market Research

2016-05-11 Thread tpshadow89
Hi, 
 

I’m reaching out because I’m conducting a research project on Android 
Developers and their experience receiving payments and I thought you might 
be a good fit to take this survey. The questions are very general and 
shouldn’t take more than 5 minutes to complete, as we’re hoping to learn 
how sending payments could be improved. Would you be interested in taking 
the survey? Here is the link to participate: 
https://form.jotform.com/61045669009154 .
 
For participating in the survey you will be enter into a drawing for $100 
USD Visa Gift Card. I am seeking Developers based in the Brazil, I was 
hoping that you could share the survey with your group, to see if they are 
interested in participating. 
 
We need as many Android Developers as possible to make sure the information 
is as accurate and efficient as possible so any shares you could provide 
would be much appreciated.  This study is being conducted by TP?TF Reseach 
Group and all information obtained is confidential and will not be released 
to any government entities or outside parties. If you have any questions or 
concerns please do not hesitate to contact me.

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/77e2d212-2485-4738-8eaf-eb90dcb935d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help me pls!

2016-05-11 Thread Björn-Eric Ümera
Hello! I am quite new to android developing and just started using android 
studio. So I have to make a app for listening to the radio and I have 
already have the player etc but it uses html,css & js. is it possible to 
add the player to 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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/ef6f6ec3-97a4-4631-83fe-e373bc817b22%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help Needed with Market Research

2016-05-09 Thread heisunknown90


Hi, 

 

I’m reaching out because I’m conducting a research project on Android 
Developers and their experience receiving payments and I thought this group 
might have some good prospective people to take this survey. The questions 
are very general and shouldn’t take more than 5 minutes to complete, as 
we’re hoping to learn how sending payments could be improved. For 
participating in the survey you will be enter into a drawing for $100 USD 
Visa Gift Card. We're doing this research in India, Philippines, Brazil, 
and Ukraine

 

We need as many Android Developers as possible to make sure the information 
is as accurate and efficient as possible so any shares you could provide 
would be much appreciated.  This study is being conducted by TP?TF REsearch 
group and all information obtained is confidential and will not be released 
to any government entities or outside parties. If you have any questions or 
concerns please do not hesitate to contact me.

 

Here is the links to participate: 


India

https://form.jotform.com/61056356463153

 

Brazil

https://form.jotform.com/61057199313153


Philippines

https://form.jotform.com/61045669009154


Ukraine

https://form.jotform.com/61057413264147


Best Regards,

TP/TF Research Group

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/2555fa01-b51b-45d1-907b-542d974dcd45%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help: Main thread getting stuck waiting for blocking queue message.

2016-04-27 Thread Ivaylo Dankolov
Hello,

I've stumbled upon a really weird problem that I can't make any sense of 
whatsoever. A little bit of backstory first:

I'm trying to run JavaScriptCore and using it as a scripting language of 
sorts for an Android app. The trouble is, stack size on the main thread is 
quite limited on older Android versions (something like 12k on API 16). 
However, I would still like to call into JS on the main thread, have it 
call back to request things and have all of that appear synchronous. No 
problem - I'll whip out a couple of channe... khm... SynchronousQueues and 
bounce the execution back and forth. Here's what my code looks like. 


It's pretty simple - every time something calls defer - it bounces to the 
other thread and continues from there. The only problem is, well, it 
doesn't work. On a real use case with executing Javascript code it just 
fails pretty reliably at some point, though not at the same spot for the 
emulator and different devices. Logcat always looks pretty innocuous:

I/JavaScriptCore: Lockstep [Main]: Defer
I/JavaScriptCore: Lockstep [Main]: Send EXECUTE_FUNC
I/JavaScriptCore: Lockstep [Background]: Receive EXECUTE_FUNC
I/JavaScriptCore: Lockstep [Background]: Defer
I/JavaScriptCore: Lockstep [Background]: Send EXECUTE_FUNC

However, that second EXECUTE never gets received by main, even though the 
put goes through. As far as I understand it, that should not even be 
possible with Synchronous queues. Looking at the thread dump, the 
background thread is waiting in the run loop for the next message, while 
main is sitting parked on incoming.take. No other threads are interacting 
with this.

On one of my devices I could set up a conditional breakpoint for the exact 
moment that this stops working, and I could pause it just as MAIN is 
waiting for that EXECUTE message. The message is non-null, the 
foregroundQueue at that point is working, I can poll it with or without 
timeout from Android Studio, take its size, whatever. As soon as I step 
over all the operations hang.

Of course, I suspected JNI shenanigans, but there are no memory dumps, 
segmentation faults or any warnings at all for that matter in Logcat.

Also, it's not just take - even if I do it with a really dirty busy wait:

Message msg = incoming.poll();
if(msg == null) {
 Thread.sleep(20);
 continue;
}

Main is stuck on poll, the background thread keeps merrily chugging away on 
the other queue every 20 milliseconds.

I tried nesting defers with a really lazy factorial that likes to sleep a 
lot and it has no problem going 200 deep, integer overflows notwithstanding:

LockstepThread t = new LockstepThread();

int deferredFactoriel(final int n) {
  if(n == 0) {
return 1;
  }
  return n * t.defer(new Functor() {
@Override
 public Integer call() {
   try {
 Thread.sleep(20);
   } catch (InterruptedException e) {
 e.printStackTrace();
   }
   return deferredFactoriel(n-1);
}
  });
}

@Override
public void onCreate() {

  super.onCreate();

  for(int i=0; i<200; ++i) {
Log.i("Test", i+"! = " + deferredFactoriel(i));
  }

...

What is probably strangest of all, is that it doesn't matter what 
synchronisation I use. SynchronizedQueue, ArrayBlockingQueue, 
LinkedBlocking queue - it always fails at the same spot with the exact same 
thread dump. Hell, I even made my own exchanger 
 just 
to see that I'm not going insane and it still got stuck in the same way.


So yeah, I'm completely stumped. Any ideas what's going on? Any help with 
debugging this would be much appreciated.

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/c7cc7ed0-27ea-47e4-a61c-d880d97b9eb0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Help me please... playstore developer account team.

2016-04-27 Thread TreKing
This is not a Google Play support forum. Visit
https://play.google.com/apps/publish and click the help link at the bottom.

On Wed, Apr 27, 2016 at 3:31 AM,  wrote:

> Hi, please help me...
> I start create play store developer account with thandana@gmail.com
> and Developer Name: Than Dana... last months ago.
> But, payment pending error and cancle my order while creation.
> So, i created another playstore developer account with this
> dev.thand...@gmail.com. Developer Name: ThanDana
> Now, I have a developer account with full registration. But, I can't
> change my developer name to "Than Dana"
> because, this name was my 1st account created name. but, i can't use this
> account "thandana@gmail.com".
> So, i want to change my developer name as "Than Dana" with my playstore
> developer account "dev.thand...@gmail.com"
> Please help me...
> Thanks you so much Google.
>
> --
> 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 https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/a0f1477f-a5f6-424a-aeb5-4132ff24f177%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANCScgjzwd8Fob4v82vvW-6qQAUdLQJdJPqsKCqPdTPMDPQbUg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help me please... playstore developer account team.

2016-04-27 Thread thandana . dev
Hi, please help me...
I start create play store developer account with thandana@gmail.com and 
Developer Name: Than Dana... last months ago.
But, payment pending error and cancle my order while creation.
So, i created another playstore developer account with this 
dev.thand...@gmail.com. Developer Name: ThanDana
Now, I have a developer account with full registration. But, I can't change 
my developer name to "Than Dana"
because, this name was my 1st account created name. but, i can't use this 
account "thandana@gmail.com".
So, i want to change my developer name as "Than Dana" with my playstore 
developer account "dev.thand...@gmail.com"
Please help me...
Thanks you so much Google.

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/a0f1477f-a5f6-424a-aeb5-4132ff24f177%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help to unlock my Nexus 6.

2016-04-26 Thread Wasim Belal
Hi guys,

I have problem with my Nexus 6 mobile. The phone was updating the software 
and I got error. Since there was issue was the phone, I could call and se 
internet but I couldn't access the phone systems, Setting, Mediaetc. I 
tried to do Factory reset from the boot but now the phone is black and 
can't use it at all. Any help please? 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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/57a1da83-10dc-4dcb-a719-16622e6639cf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help regarding Play developer accounts

2016-04-19 Thread Hitesh Vikani
I had an google play developer account previously. But it was terminated 
because of violation of terms.
I requested multiple times but there was only one computer generated mail 
mailed to my email address once. At last, I deleted my whole google account 
itself.
Now, I registered a new account with same Name as I cannot change my name 
for Google. Now can I registered my account with google play account. 
Will it be terminated again? Please If anyone knows, help me. As I want to 
publish my apps on google play and its important for my career and life. 

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/ceb2feac-64f1-482f-b3fd-41167ba5ed8d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] help, I have a Chinese phone oppo u707t

2016-04-13 Thread Isaac Reyes Hernández
help, I have a Chinese phone oppo u707t and I could not install google 
services, not even I could do fastboot oem unlock, if anyone knows how to 
change the coloros or install google services

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/0b9761bc-b188-4644-aab3-8294470cd5e7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help with Android Studio GUI

2016-04-02 Thread Nick Black
Hi team. Somebody can suggest me: how to restore toolbar (right panel) in 
standard emulator if i was accidently closed it?

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/de79f026-b821-44a0-be40-b8417403f084%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help analysing problems after WebView update (WebView:49.0.2623.91)

2016-03-14 Thread Martin
Hi,

After the WebView update on 10th March there have been a lot of error 
reports for my my app in the Developer Console and users say it keeps 
crashing.  However the reports do not contain a stack trace so I do not 
know where to look in order to fix the problem and for some reason the 
WebView update has not come down to any of my phones so I cannot reproduce 
the problem. 

Is anybody able to point me in the right direction based on the attached 
log a user sent in?  I have extracted some more interesting parts from the 
attachment below:

E/chromium(15905): [ERROR:bad_message.cc(18)] Terminating renderer for bad 
IPC message, reason 0
A/chromium(15905): [FATAL:render_process_host_impl.cc(1188)] Check failed: 
false. 
D/InputReader(2346): Input event: value=0
I/InputReader(2346): Touch event's action is 0x1 (deviceType=0) [pCnt=1, 
s=] when=276497996727000
I/InputDispatcher(2346): Delivering touch to (15905): action: 0x1, 
toolType: 1
A/google-breakpad(16064): -BEGIN BREAKPAD MICRODUMP-
A/google-breakpad(16064): V WebView:49.0.2623.91
A/google-breakpad(16064): O A arm 04 armv7l 
samsung/klteduosxx/klte:5.0/LRX21T/G900FDXXU1BOJ1:user/release-keys
A/google-breakpad(16064): G OpenGL ES 3.0 V@84.0 AU@  (CL@)|Qualcomm|Adreno 
(TM) 330
...
W/google-breakpad(15905): Chrome build fingerprint:
W/google-breakpad(15905): 2.4.0
W/google-breakpad(15905): 188
W/google-breakpad(15905): 312c1fc4-0f82-49c6-a0d0-12c1f1387c1a
W/google-breakpad(15905): ### ### ### ### ### ### ### ### ### ### ### ### 
###
A/libc(15905): Fatal signal 6 (SIGABRT), code -6 in tid 15905 
(ndroid.activity)
W/MDM(17447): InstalledPackageMonitor - <--> getAppVersionForUid(0) failed 
to find matching entity
I/DEBUG(2103): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** 
***
I/DEBUG(2103): Build fingerprint: 
'samsung/klteduosxx/klte:5.0/LRX21T/G900FDXXU1BOJ1:user/release-keys'
I/DEBUG(2103): Revision: '14'
I/DEBUG(2103): ABI: 'arm'
I/DEBUG(2103): pid: 15905, tid: 15905, name: ndroid.activity  >>> 
net.bible.android.activity <<<
I/DEBUG(2103): signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr 
W/MDM(17447): InstalledPackageMonitor - <--> getAppVersionForUid(0) failed 
to find matching entity
I/DEBUG(2103): Abort message: '[FATAL:render_process_host_impl.cc(1188)] 
Check failed: false. 
I/DEBUG(2103): '
I/DEBUG(2103): r0   r1 3e21  r2 0006  r3 
I/DEBUG(2103): r4 b6f95114  r5 0006  r6 000b  r7 010c
I/DEBUG(2103): r8 b6f74e04  r9 bea20eac  sl   fp bea20fc4
I/DEBUG(2103): ip 3e21  sp bea20a00  lr b6f1efd5  pc b6f41b74  cpsr 
600f0010
I/DEBUG(2103): backtrace:
I/DEBUG(2103): #00 pc 00036b74  /system/lib/libc.so (tgkill+12)
I/DEBUG(2103): #01 pc 00013fd1  /system/lib/libc.so (pthread_kill+52)
I/DEBUG(2103): #02 pc 00014bef  /system/lib/libc.so (raise+10)
I/DEBUG(2103): #03 pc 00011531  /system/lib/libc.so 
(__libc_android_abort+36)
I/DEBUG(2103): #04 pc fcbc  /system/lib/libc.so (abort+4)
I/DEBUG(2103): #05 pc 017f6b29 
 /data/app/com.google.android.webview-2/lib/arm/libwebviewchromium.so
V/AlarmManager(2346): waitForAlarm result :8

I also raised issue 203657 but am getting desperate.

Regards
Martin

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/a974bc96-5333-4e01-8901-be9266cc4114%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
03-14 15:37:14.409: E/chromium(15905): [ERROR:bad_message.cc(18)] Terminating 
renderer for bad IPC message, reason 0
03-14 15:37:14.419: A/chromium(15905): 
[FATAL:render_process_host_impl.cc(1188)] Check failed: false. 
03-14 15:37:14.489: D/InputReader(2346): Input event: value=0
03-14 15:37:14.489: I/InputReader(2346): Touch event's action is 0x1 
(deviceType=0) [pCnt=1, s=] when=276497996727000
03-14 15:37:14.489: I/InputDispatcher(2346): Delivering touch to (15905): 
action: 0x1, toolType: 1
03-14 15:37:14.569: A/google-breakpad(16064): -BEGIN BREAKPAD MICRODUMP-
03-14 15:37:14.569: A/google-breakpad(16064): V WebView:49.0.2623.91
03-14 15:37:14.569: A/google-breakpad(16064): O A arm 04 armv7l 
samsung/klteduosxx/klte:5.0/LRX21T/G900FDXXU1BOJ1:user/release-keys
03-14 15:37:14.569: A/google-breakpad(16064): G OpenGL ES 3.0 V@84.0 AU@  
(CL@)|Qualcomm|Adreno (TM) 330
03-14 15:37:14.569: A/google-breakpad(16064): S 0 BEA20A00 BEA2 3000
03-14 15:37:14.599: A/google-breakpad(16064): S BEA2 

Re: [android-developers] Help in apk

2016-03-11 Thread Trevor Page
This group is for discussing Android development and helping with specific
issues. Nobody here is going to sit and write source code for you.
On 11 Mar 2016 17:50, "Sandeep Kale"  wrote:

> I am creating child vaccination reminder apk on android eclipse i am stuck
> on a question how to show  vaccine schdule of a baby after entering a birth
> date along with notification and reminder was remaining.
>
> The requirement are needed in my apk are given  below :-
> 1) To display entire vaccineation schdule of a child  from the date of
> birth along with showing notification for ea
> i want to creat vaccination schedule page which shows information of baby
> vaccine datewise after entering the baby birthdate.
>
> 2) Also i do not want to login page since i am using that apk on only one
> mobile.
>  can any one send me the source code of that
>
> --
> 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 https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/3b7b9bd1-969e-4041-aab3-4dbe1e18c760%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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAG8Y82qX5%2BX_zcThJ-J6bSRvtZUG4G0_po6foq%3D0ES7NfYcs_w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help in apk

2016-03-11 Thread Sandeep Kale
I am creating child vaccination reminder apk on android eclipse i am stuck 
on a question how to show  vaccine schdule of a baby after entering a birth 
date along with notification and reminder was remaining. 

The requirement are needed in my apk are given  below :-
1) To display entire vaccineation schdule of a child  from the date of 
birth along with showing notification for ea
i want to creat vaccination schedule page which shows information of baby 
vaccine datewise after entering the baby birthdate.

2) Also i do not want to login page since i am using that apk on only one 
mobile.
 can any one send me the source code of that 

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/3b7b9bd1-969e-4041-aab3-4dbe1e18c760%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] help

2016-03-11 Thread Sandeep Kale
I am creating child vaccination reminder apk on android eclipse i am stuck 
on a question how to show  vaccine schdule of a baby after entering a birth 
date along with notification and reminder was remaining. 

The requirement are needed in my apk are given  below :-
1) To display entire vaccineation schdule of a child  from the date of 
birth along with showing notification for ea
i want to creat vaccination schedule page which shows information of baby 
vaccine datewise after entering the baby birthdate.

2) Also i do not want to login page since i am using that apk on only one 
mobile.


-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/0f0b1d79-1a41-433e-86b0-a5473b590322%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help to find stolen Android smartphone

2016-02-12 Thread luigi.corr...@gmail.com

Hello

My Android Phone was stolen last saturday

I installed several apps to protect from theft
but  can easily be uninstalled by a "Hard Reset"
and also every google accounts information can be deleted

I discovered that there are some called "Android System Apps" that can not 
be uninstalled (GMail, Google Calendar, Google Maps, etc ..)

The app "Google Android Device Manager" tracing my phone and provided me 
with the correct IMEI.

I wonder if the thief

1) performing a "hard reset"
1) turning on the phone
2) maintaining the same IMEI
3) logging in with a different account google

still send information to Google servers that can be useful in tracing the 
cell phone

to be precise the IMEI number

I want to ask the Italian Justice to check if the same IMEI number is sent 
to Google servers also changing Google accounts to find the thief

You know if "Google system apps" send or receive the IMEI number?

Thanks for your attention



-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/6bb3cee3-7379-4545-8013-1d58e6a685ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help to find stolen Android smartphone

2016-02-12 Thread luigi.corr...@gmail.com

Hello

My Android Phone was stolen last saturday

I installed several apps to protect from theft
but  can easily be uninstalled by a "Hard Reset"
and also every google accounts information can be deleted

I discovered that there are some called "Android System Apps" that can not 
be uninstalled (GMail, Google Calendar, Google Maps, etc ..)

The app "Google Android Device Manager" tracing my phone and provided me 
with the correct IMEI.

I wonder if the thief

1) performing a "hard reset"
1) turning on the phone
2) maintaining the same IMEI
3) logging in with a different account google

still send information to Google servers that can be useful in tracing the 
cell phone

to be precise the IMEI number

I want to ask the Italian Justice to check if the same IMEI number is sent 
to Google servers also changing Google accounts to find the thief

You know if "Google system apps" send or receive the IMEI number?

Thanks for your attention

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/82f16717-a596-4e7f-9522-f70dfddec93c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Help wanted for Android app development

2016-02-10 Thread sardar khan
http://stackoverflow.com/questions/14357566/activity-has-leaked-intentreceiver-that-was-originally-registered-here-are-you
look at this

On Wed, Feb 10, 2016 at 1:30 PM, MediaQuest | N.M. Molenaar <
i...@mediaquest.nl> wrote:

> Hi Sardar,
>
>
>
> I have this in my manifest.xml file:
>
>
>
> <*receiver **android**:name=**".MyReceiver"*>
> <*intent-filter*>
> <*action **android**:name=**"android.net.conn.CONNECTIVITY_CHANGE"
> */>
> 
> 
>
>
>
> Where to unregister it and how?
>
>
>
> Marcel
>
>
>
>
>
> *From:* android-developers@googlegroups.com [mailto:
> android-developers@googlegroups.com] *On Behalf Of *sardar khan
> *Sent:* woensdag 10 februari 2016 06:19
> *To:* android-developers@googlegroups.com
> *Subject:* Re: [android-developers] Help wanted for Android app
> development
>
>
>
> yes the first issue is due to the broadcast receiver to check the
> internet.you can use connectivityManager to check the internet state.or you
> can unregister the broadcast properly see the offical documentation about
> the broadcast receiver.
>
>
>
> On Wed, Feb 10, 2016 at 2:11 AM, MediaQuest | N.M. Molenaar <
> i...@mediaquest.nl> wrote:
>
> Damien,
>
>
>
> Thanks for your reply. I am in contact with 2 other men offering help so I
> do not know what to do now.
>
>
>
> Marcel
>
>
>
> *From:* android-developers@googlegroups.com [mailto:
> android-developers@googlegroups.com] *On Behalf Of *Damien Cooke
> *Sent:* dinsdag 9 februari 2016 21:59
> *To:* android-developers@googlegroups.com
> *Subject:* Re: [android-developers] Help wanted for Android app
> development
>
>
>
> I can help you,
>
> Send me the code and a description of what it is doing and what you need
> it to do and lets see if I can fix it for you.
>
>
>
> Damien
>
> On Wed, 10 Feb 2016 00:05 Marcel Molenaar <i...@mediaquest.nl> wrote:
>
> Hi,
>
>
>
> I am working on the development of an Android-app. I ran into some strange
> errors. I really need an expert to help me to solve this.
>
>
>
> Does anyone know someone who can assist me. i would like to send the whole
> project and an experienced developer to solve my issues.
>
>
>
> Regards,
>
>
>
> Marcel
>
> --
> 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 https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/3c4b67ba-aa3c-4550-975c-5aa51b3ffbd4%40googlegroups.com
> <https://groups.google.com/d/msgid/android-developers/3c4b67ba-aa3c-4550-975c-5aa51b3ffbd4%40googlegroups.com?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Android Developers" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/android-developers/t2ubR8P_ZS4/unsubscribe
> .
> To unsubscribe from this group and all its topics, 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 https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/CAFE05BYW4ZMEtUWMA-5uDws05hm1qTWvCx4g-sxqM1Hsx%2BbQcA%40mail.gmail.com
> <https://groups.google.com/d/msgid/android-developers/CAFE05BYW4ZMEtUWMA-5uDws05hm1qTWvCx4g-sxqM1Hsx%2BbQcA%40mail.gmail.com?utm_medium=email_source=footer>
> .
> 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 https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/000901d1637e%24691c0c50%243b5424f0%24%40mediaquest.nl
> <https://groups.google.com/d/msgid/android-developers/000901d1637e%24691c0c50%243b5424f0%24%40me

Re: [android-developers] Help wanted for Android app development

2016-02-10 Thread sardar khan
this will tell you how to unregister Recevier Android

On Wed, Feb 10, 2016 at 2:48 PM, sardar khan <sardar.khan...@gmail.com>
wrote:

>
> http://stackoverflow.com/questions/14357566/activity-has-leaked-intentreceiver-that-was-originally-registered-here-are-you
> look at this
>
> On Wed, Feb 10, 2016 at 1:30 PM, MediaQuest | N.M. Molenaar <
> i...@mediaquest.nl> wrote:
>
>> Hi Sardar,
>>
>>
>>
>> I have this in my manifest.xml file:
>>
>>
>>
>> <*receiver **android**:name=**".MyReceiver"*>
>> <*intent-filter*>
>> <*action **android**:name=**"android.net.conn.CONNECTIVITY_CHANGE"
>> */>
>> 
>> 
>>
>>
>>
>> Where to unregister it and how?
>>
>>
>>
>> Marcel
>>
>>
>>
>>
>>
>> *From:* android-developers@googlegroups.com [mailto:
>> android-developers@googlegroups.com] *On Behalf Of *sardar khan
>> *Sent:* woensdag 10 februari 2016 06:19
>> *To:* android-developers@googlegroups.com
>> *Subject:* Re: [android-developers] Help wanted for Android app
>> development
>>
>>
>>
>> yes the first issue is due to the broadcast receiver to check the
>> internet.you can use connectivityManager to check the internet state.or you
>> can unregister the broadcast properly see the offical documentation about
>> the broadcast receiver.
>>
>>
>>
>> On Wed, Feb 10, 2016 at 2:11 AM, MediaQuest | N.M. Molenaar <
>> i...@mediaquest.nl> wrote:
>>
>> Damien,
>>
>>
>>
>> Thanks for your reply. I am in contact with 2 other men offering help so
>> I do not know what to do now.
>>
>>
>>
>> Marcel
>>
>>
>>
>> *From:* android-developers@googlegroups.com [mailto:
>> android-developers@googlegroups.com] *On Behalf Of *Damien Cooke
>> *Sent:* dinsdag 9 februari 2016 21:59
>> *To:* android-developers@googlegroups.com
>> *Subject:* Re: [android-developers] Help wanted for Android app
>> development
>>
>>
>>
>> I can help you,
>>
>> Send me the code and a description of what it is doing and what you need
>> it to do and lets see if I can fix it for you.
>>
>>
>>
>> Damien
>>
>> On Wed, 10 Feb 2016 00:05 Marcel Molenaar <i...@mediaquest.nl> wrote:
>>
>> Hi,
>>
>>
>>
>> I am working on the development of an Android-app. I ran into some
>> strange errors. I really need an expert to help me to solve this.
>>
>>
>>
>> Does anyone know someone who can assist me. i would like to send the
>> whole project and an experienced developer to solve my issues.
>>
>>
>>
>> Regards,
>>
>>
>>
>> Marcel
>>
>> --
>> 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 https://groups.google.com/group/android-developers.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/android-developers/3c4b67ba-aa3c-4550-975c-5aa51b3ffbd4%40googlegroups.com
>> <https://groups.google.com/d/msgid/android-developers/3c4b67ba-aa3c-4550-975c-5aa51b3ffbd4%40googlegroups.com?utm_medium=email_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>> --
>> You received this message because you are subscribed to a topic in the
>> Google Groups "Android Developers" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/android-developers/t2ubR8P_ZS4/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, 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 https://groups.google.com/group/android-developers.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/android-developers/CAFE05BYW4ZMEtUWMA-5uDws05hm1qTWvCx4g-sxqM1Hsx%2BbQcA%40mail.gmail.com
>> <https://groups.google.com/d/msgid/android-developers/CAFE05BYW4ZMEtUWMA-5uDws05hm1qTWvCx4g-sxqM1Hsx%2BbQcA%40mail.gmail.com?utm_medium=email_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>&g

Re: [android-developers] Help wanted for Android app development

2016-02-10 Thread sardar khan
yes its due to the images i will be solved if you reduce your image size

On Wed, Feb 10, 2016 at 4:00 PM, MediaQuest | N.M. Molenaar <
i...@mediaquest.nl> wrote:

> Hi Sardar,
>
>
>
> The problem is solved now, thanks for your help!
>
>
>
> I do not unregister it by the way because it should stay active through
> all livecycles of my app.
>
>
>
> I still have problems with outOfMemory errors on an old Android phone but
> I think it is due to my images
>
>
>
> Marcel
>
>
>
> *From:* android-developers@googlegroups.com [mailto:
> android-developers@googlegroups.com] *On Behalf Of *sardar khan
> *Sent:* woensdag 10 februari 2016 11:42
>
> *To:* android-developers@googlegroups.com
> *Subject:* Re: [android-developers] Help wanted for Android app
> development
>
>
>
> you should unregister the receiver in on stop or in on destroy method
>
>
>
> On Wed, Feb 10, 2016 at 2:49 PM, sardar khan <sardar.khan...@gmail.com>
> wrote:
>
> this will tell you how to unregister Recevier Android
>
>
>
> On Wed, Feb 10, 2016 at 2:48 PM, sardar khan <sardar.khan...@gmail.com>
> wrote:
>
>
> http://stackoverflow.com/questions/14357566/activity-has-leaked-intentreceiver-that-was-originally-registered-here-are-you
>
> look at this
>
>
>
> On Wed, Feb 10, 2016 at 1:30 PM, MediaQuest | N.M. Molenaar <
> i...@mediaquest.nl> wrote:
>
> Hi Sardar,
>
>
>
> I have this in my manifest.xml file:
>
>
>
> <*receiver **android**:name=**".MyReceiver"*>
> <*intent-filter*>
> <*action **android**:name=**"android.net.conn.CONNECTIVITY_CHANGE"
> */>
> 
> 
>
>
>
> Where to unregister it and how?
>
>
>
> Marcel
>
>
>
>
>
> *From:* android-developers@googlegroups.com [mailto:
> android-developers@googlegroups.com] *On Behalf Of *sardar khan
> *Sent:* woensdag 10 februari 2016 06:19
> *To:* android-developers@googlegroups.com
> *Subject:* Re: [android-developers] Help wanted for Android app
> development
>
>
>
> yes the first issue is due to the broadcast receiver to check the
> internet.you can use connectivityManager to check the internet state.or you
> can unregister the broadcast properly see the offical documentation about
> the broadcast receiver.
>
>
>
> On Wed, Feb 10, 2016 at 2:11 AM, MediaQuest | N.M. Molenaar <
> i...@mediaquest.nl> wrote:
>
> Damien,
>
>
>
> Thanks for your reply. I am in contact with 2 other men offering help so I
> do not know what to do now.
>
>
>
> Marcel
>
>
>
> *From:* android-developers@googlegroups.com [mailto:
> android-developers@googlegroups.com] *On Behalf Of *Damien Cooke
> *Sent:* dinsdag 9 februari 2016 21:59
> *To:* android-developers@googlegroups.com
> *Subject:* Re: [android-developers] Help wanted for Android app
> development
>
>
>
> I can help you,
>
> Send me the code and a description of what it is doing and what you need
> it to do and lets see if I can fix it for you.
>
>
>
> Damien
>
> On Wed, 10 Feb 2016 00:05 Marcel Molenaar <i...@mediaquest.nl> wrote:
>
> Hi,
>
>
>
> I am working on the development of an Android-app. I ran into some strange
> errors. I really need an expert to help me to solve this.
>
>
>
> Does anyone know someone who can assist me. i would like to send the whole
> project and an experienced developer to solve my issues.
>
>
>
> Regards,
>
>
>
> Marcel
>
> --
> 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 https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/3c4b67ba-aa3c-4550-975c-5aa51b3ffbd4%40googlegroups.com
> <https://groups.google.com/d/msgid/android-developers/3c4b67ba-aa3c-4550-975c-5aa51b3ffbd4%40googlegroups.com?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Android Developers" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/android-developers/t2ubR8P_ZS4/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> android-developers+unsubsc

Re: [android-developers] Help wanted for Android app development

2016-02-10 Thread sardar khan
Ok.no problem i love to help you in future as well thanks

On Wed, Feb 10, 2016 at 4:18 PM, MediaQuest | N.M. Molenaar <
i...@mediaquest.nl> wrote:

> Thanks for your help Sardar.
>
>
>
> The problem with the intent leak of my broadcastreceiver has gone. I have
> an Activity that holds a logout button in my app which makes intent to
> StartActivity (which is the launcher Activity as well):
>
>
>
> Intent i = *new *Intent(parent.getContext(), StartActivity.*class*);
> i.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
> i.putExtra(*"EXIT"*, *true*);
> *//i.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);*
>
>
>
> I think I has something to do with the flags I have put because now I
> played a bit with it (commented out  *FLAG_ACTIVITY_NEW_TASK *and now it
> seems to be ok
>
>
>
> Marcel
>
>
>
> *From:* android-developers@googlegroups.com [mailto:
> android-developers@googlegroups.com] *On Behalf Of *sardar khan
> *Sent:* woensdag 10 februari 2016 12:05
>
> *To:* android-developers@googlegroups.com
> *Subject:* Re: [android-developers] Help wanted for Android app
> development
>
>
>
> yes its due to the images i will be solved if you reduce your image size
>
>
>
> On Wed, Feb 10, 2016 at 4:00 PM, MediaQuest | N.M. Molenaar <
> i...@mediaquest.nl> wrote:
>
> Hi Sardar,
>
>
>
> The problem is solved now, thanks for your help!
>
>
>
> I do not unregister it by the way because it should stay active through
> all livecycles of my app.
>
>
>
> I still have problems with outOfMemory errors on an old Android phone but
> I think it is due to my images
>
>
>
> Marcel
>
>
>
> *From:* android-developers@googlegroups.com [mailto:
> android-developers@googlegroups.com] *On Behalf Of *sardar khan
> *Sent:* woensdag 10 februari 2016 11:42
>
>
> *To:* android-developers@googlegroups.com
> *Subject:* Re: [android-developers] Help wanted for Android app
> development
>
>
>
> you should unregister the receiver in on stop or in on destroy method
>
>
>
> On Wed, Feb 10, 2016 at 2:49 PM, sardar khan <sardar.khan...@gmail.com>
> wrote:
>
> this will tell you how to unregister Recevier Android
>
>
>
> On Wed, Feb 10, 2016 at 2:48 PM, sardar khan <sardar.khan...@gmail.com>
> wrote:
>
>
> http://stackoverflow.com/questions/14357566/activity-has-leaked-intentreceiver-that-was-originally-registered-here-are-you
>
> look at this
>
>
>
> On Wed, Feb 10, 2016 at 1:30 PM, MediaQuest | N.M. Molenaar <
> i...@mediaquest.nl> wrote:
>
> Hi Sardar,
>
>
>
> I have this in my manifest.xml file:
>
>
>
> <*receiver **android**:name=**".MyReceiver"*>
> <*intent-filter*>
>     <*action **android**:name=**"android.net.conn.CONNECTIVITY_CHANGE"
> */>
> 
> 
>
>
>
> Where to unregister it and how?
>
>
>
> Marcel
>
>
>
>
>
> *From:* android-developers@googlegroups.com [mailto:
> android-developers@googlegroups.com] *On Behalf Of *sardar khan
> *Sent:* woensdag 10 februari 2016 06:19
> *To:* android-developers@googlegroups.com
> *Subject:* Re: [android-developers] Help wanted for Android app
> development
>
>
>
> yes the first issue is due to the broadcast receiver to check the
> internet.you can use connectivityManager to check the internet state.or you
> can unregister the broadcast properly see the offical documentation about
> the broadcast receiver.
>
>
>
> On Wed, Feb 10, 2016 at 2:11 AM, MediaQuest | N.M. Molenaar <
> i...@mediaquest.nl> wrote:
>
> Damien,
>
>
>
> Thanks for your reply. I am in contact with 2 other men offering help so I
> do not know what to do now.
>
>
>
> Marcel
>
>
>
> *From:* android-developers@googlegroups.com [mailto:
> android-developers@googlegroups.com] *On Behalf Of *Damien Cooke
> *Sent:* dinsdag 9 februari 2016 21:59
> *To:* android-developers@googlegroups.com
> *Subject:* Re: [android-developers] Help wanted for Android app
> development
>
>
>
> I can help you,
>
> Send me the code and a description of what it is doing and what you need
> it to do and lets see if I can fix it for you.
>
>
>
> Damien
>
> On Wed, 10 Feb 2016 00:05 Marcel Molenaar <i...@mediaquest.nl> wrote:
>
> Hi,
>
>
>
> I am working on the development of an Android-app. I ran into some strange
> errors. I really need an expert to help me to solve this.
>
>
>
> Does anyone know someone who can assist me. i would like to send the whole
> project and an experienced developer to solve my issues.
&

Re: [android-developers] Help wanted for Android app development

2016-02-10 Thread sardar khan
you should unregister the receiver in on stop or in on destroy method

On Wed, Feb 10, 2016 at 2:49 PM, sardar khan <sardar.khan...@gmail.com>
wrote:

> this will tell you how to unregister Recevier Android
>
> On Wed, Feb 10, 2016 at 2:48 PM, sardar khan <sardar.khan...@gmail.com>
> wrote:
>
>>
>> http://stackoverflow.com/questions/14357566/activity-has-leaked-intentreceiver-that-was-originally-registered-here-are-you
>> look at this
>>
>> On Wed, Feb 10, 2016 at 1:30 PM, MediaQuest | N.M. Molenaar <
>> i...@mediaquest.nl> wrote:
>>
>>> Hi Sardar,
>>>
>>>
>>>
>>> I have this in my manifest.xml file:
>>>
>>>
>>>
>>> <*receiver **android**:name=**".MyReceiver"*>
>>> <*intent-filter*>
>>> <*action **android**:name=**"android.net.conn.CONNECTIVITY_CHANGE"
>>> */>
>>> 
>>> 
>>>
>>>
>>>
>>> Where to unregister it and how?
>>>
>>>
>>>
>>> Marcel
>>>
>>>
>>>
>>>
>>>
>>> *From:* android-developers@googlegroups.com [mailto:
>>> android-developers@googlegroups.com] *On Behalf Of *sardar khan
>>> *Sent:* woensdag 10 februari 2016 06:19
>>> *To:* android-developers@googlegroups.com
>>> *Subject:* Re: [android-developers] Help wanted for Android app
>>> development
>>>
>>>
>>>
>>> yes the first issue is due to the broadcast receiver to check the
>>> internet.you can use connectivityManager to check the internet state.or you
>>> can unregister the broadcast properly see the offical documentation about
>>> the broadcast receiver.
>>>
>>>
>>>
>>> On Wed, Feb 10, 2016 at 2:11 AM, MediaQuest | N.M. Molenaar <
>>> i...@mediaquest.nl> wrote:
>>>
>>> Damien,
>>>
>>>
>>>
>>> Thanks for your reply. I am in contact with 2 other men offering help so
>>> I do not know what to do now.
>>>
>>>
>>>
>>> Marcel
>>>
>>>
>>>
>>> *From:* android-developers@googlegroups.com [mailto:
>>> android-developers@googlegroups.com] *On Behalf Of *Damien Cooke
>>> *Sent:* dinsdag 9 februari 2016 21:59
>>> *To:* android-developers@googlegroups.com
>>> *Subject:* Re: [android-developers] Help wanted for Android app
>>> development
>>>
>>>
>>>
>>> I can help you,
>>>
>>> Send me the code and a description of what it is doing and what you need
>>> it to do and lets see if I can fix it for you.
>>>
>>>
>>>
>>> Damien
>>>
>>> On Wed, 10 Feb 2016 00:05 Marcel Molenaar <i...@mediaquest.nl> wrote:
>>>
>>> Hi,
>>>
>>>
>>>
>>> I am working on the development of an Android-app. I ran into some
>>> strange errors. I really need an expert to help me to solve this.
>>>
>>>
>>>
>>> Does anyone know someone who can assist me. i would like to send the
>>> whole project and an experienced developer to solve my issues.
>>>
>>>
>>>
>>> Regards,
>>>
>>>
>>>
>>> Marcel
>>>
>>> --
>>> 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 https://groups.google.com/group/android-developers.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/android-developers/3c4b67ba-aa3c-4550-975c-5aa51b3ffbd4%40googlegroups.com
>>> <https://groups.google.com/d/msgid/android-developers/3c4b67ba-aa3c-4550-975c-5aa51b3ffbd4%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>> --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "Android Developers" group.
>>> To unsubscribe from this topic, visit
>>> https://groups.google.com/d/topic/android-developers/t2ubR8P_ZS4/unsubscribe
>>> .
>>> To unsubscribe from this group and all 

RE: [android-developers] Help wanted for Android app development

2016-02-10 Thread MediaQuest | N.M. Molenaar
Hi Sardar,

 

The problem is solved now, thanks for your help!

 

I do not unregister it by the way because it should stay active through all 
livecycles of my app.

 

I still have problems with outOfMemory errors on an old Android phone but I 
think it is due to my images 

 

Marcel

 

From: android-developers@googlegroups.com 
[mailto:android-developers@googlegroups.com] On Behalf Of sardar khan
Sent: woensdag 10 februari 2016 11:42
To: android-developers@googlegroups.com
Subject: Re: [android-developers] Help wanted for Android app development

 

you should unregister the receiver in on stop or in on destroy method

 

On Wed, Feb 10, 2016 at 2:49 PM, sardar khan <sardar.khan...@gmail.com 
<mailto:sardar.khan...@gmail.com> > wrote:

this will tell you how to unregister Recevier Android

 

On Wed, Feb 10, 2016 at 2:48 PM, sardar khan <sardar.khan...@gmail.com 
<mailto:sardar.khan...@gmail.com> > wrote:

http://stackoverflow.com/questions/14357566/activity-has-leaked-intentreceiver-that-was-originally-registered-here-are-you

look at this 

 

On Wed, Feb 10, 2016 at 1:30 PM, MediaQuest | N.M. Molenaar <i...@mediaquest.nl 
<mailto:i...@mediaquest.nl> > wrote:

Hi Sardar,

 

I have this in my manifest.xml file:

 







 

Where to unregister it and how?

 

Marcel

 

 

From: android-developers@googlegroups.com 
<mailto:android-developers@googlegroups.com>  
[mailto:android-developers@googlegroups.com 
<mailto:android-developers@googlegroups.com> ] On Behalf Of sardar khan
Sent: woensdag 10 februari 2016 06:19
To: android-developers@googlegroups.com 
<mailto:android-developers@googlegroups.com> 
Subject: Re: [android-developers] Help wanted for Android app development

 

yes the first issue is due to the broadcast receiver to check the internet.you 
can use connectivityManager to check the internet state.or you can unregister 
the broadcast properly see the offical documentation about the broadcast 
receiver.

 

On Wed, Feb 10, 2016 at 2:11 AM, MediaQuest | N.M. Molenaar <i...@mediaquest.nl 
<mailto:i...@mediaquest.nl> > wrote:

Damien,

 

Thanks for your reply. I am in contact with 2 other men offering help so I do 
not know what to do now. 

 

Marcel

 

From: android-developers@googlegroups.com 
<mailto:android-developers@googlegroups.com>  
[mailto:android-developers@googlegroups.com 
<mailto:android-developers@googlegroups.com> ] On Behalf Of Damien Cooke
Sent: dinsdag 9 februari 2016 21:59
To: android-developers@googlegroups.com 
<mailto:android-developers@googlegroups.com> 
Subject: Re: [android-developers] Help wanted for Android app development

 

I can help you,

Send me the code and a description of what it is doing and what you need it to 
do and lets see if I can fix it for you.

 

Damien

On Wed, 10 Feb 2016 00:05 Marcel Molenaar <i...@mediaquest.nl 
<mailto:i...@mediaquest.nl> > wrote:

Hi,

 

I am working on the development of an Android-app. I ran into some strange 
errors. I really need an expert to help me to solve this.

 

Does anyone know someone who can assist me. i would like to send the whole 
project and an experienced developer to solve my issues.

 

Regards,

 

Marcel

-- 
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 
<mailto:android-developers+unsubscr...@googlegroups.com> .
To post to this group, send email to android-developers@googlegroups.com 
<mailto:android-developers@googlegroups.com> .
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/3c4b67ba-aa3c-4550-975c-5aa51b3ffbd4%40googlegroups.com
 
<https://groups.google.com/d/msgid/android-developers/3c4b67ba-aa3c-4550-975c-5aa51b3ffbd4%40googlegroups.com?utm_medium=email_source=footer>
 .
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to a topic in the Google 
Groups "Android Developers" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/android-developers/t2ubR8P_ZS4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
android-developers+unsubscr...@googlegroups.com 
<mailto:android-developers+unsubscr...@googlegroups.com> .
To post to this group, send email to android-developers@googlegroups.com 
<mailto:android-developers@googlegroups.com> .
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAFE05BYW4ZMEtUWMA-5uDws05hm1qTWvCx4g-sxqM1Hsx%2BbQcA%40mail.gmail.com
 
<https://groups.google.com/d/msgid

RE: [android-developers] Help wanted for Android app development

2016-02-10 Thread MediaQuest | N.M. Molenaar
Thanks for your help Sardar.

 

The problem with the intent leak of my broadcastreceiver has gone. I have an 
Activity that holds a logout button in my app which makes intent to 
StartActivity (which is the launcher Activity as well):

 

Intent i = new Intent(parent.getContext(), StartActivity.class);
i.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
i.putExtra("EXIT", true);
//i.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);

 

I think I has something to do with the flags I have put because now I played a 
bit with it (commented out  FLAG_ACTIVITY_NEW_TASK and now it seems to be ok

 

Marcel

 

From: android-developers@googlegroups.com 
[mailto:android-developers@googlegroups.com] On Behalf Of sardar khan
Sent: woensdag 10 februari 2016 12:05
To: android-developers@googlegroups.com
Subject: Re: [android-developers] Help wanted for Android app development

 

yes its due to the images i will be solved if you reduce your image size 

 

On Wed, Feb 10, 2016 at 4:00 PM, MediaQuest | N.M. Molenaar <i...@mediaquest.nl 
<mailto:i...@mediaquest.nl> > wrote:

Hi Sardar,

 

The problem is solved now, thanks for your help!

 

I do not unregister it by the way because it should stay active through all 
livecycles of my app.

 

I still have problems with outOfMemory errors on an old Android phone but I 
think it is due to my images 

 

Marcel

 

From: android-developers@googlegroups.com 
<mailto:android-developers@googlegroups.com>  
[mailto:android-developers@googlegroups.com 
<mailto:android-developers@googlegroups.com> ] On Behalf Of sardar khan
Sent: woensdag 10 februari 2016 11:42


To: android-developers@googlegroups.com 
<mailto:android-developers@googlegroups.com> 
Subject: Re: [android-developers] Help wanted for Android app development

 

you should unregister the receiver in on stop or in on destroy method

 

On Wed, Feb 10, 2016 at 2:49 PM, sardar khan <sardar.khan...@gmail.com 
<mailto:sardar.khan...@gmail.com> > wrote:

this will tell you how to unregister Recevier Android

 

On Wed, Feb 10, 2016 at 2:48 PM, sardar khan <sardar.khan...@gmail.com 
<mailto:sardar.khan...@gmail.com> > wrote:

http://stackoverflow.com/questions/14357566/activity-has-leaked-intentreceiver-that-was-originally-registered-here-are-you

look at this 

 

On Wed, Feb 10, 2016 at 1:30 PM, MediaQuest | N.M. Molenaar <i...@mediaquest.nl 
<mailto:i...@mediaquest.nl> > wrote:

Hi Sardar,

 

I have this in my manifest.xml file:

 







 

Where to unregister it and how?

 

Marcel

 

 

From: android-developers@googlegroups.com 
<mailto:android-developers@googlegroups.com>  
[mailto:android-developers@googlegroups.com 
<mailto:android-developers@googlegroups.com> ] On Behalf Of sardar khan
Sent: woensdag 10 februari 2016 06:19
To: android-developers@googlegroups.com 
<mailto:android-developers@googlegroups.com> 
Subject: Re: [android-developers] Help wanted for Android app development

 

yes the first issue is due to the broadcast receiver to check the internet.you 
can use connectivityManager to check the internet state.or you can unregister 
the broadcast properly see the offical documentation about the broadcast 
receiver.

 

On Wed, Feb 10, 2016 at 2:11 AM, MediaQuest | N.M. Molenaar <i...@mediaquest.nl 
<mailto:i...@mediaquest.nl> > wrote:

Damien,

 

Thanks for your reply. I am in contact with 2 other men offering help so I do 
not know what to do now. 

 

Marcel

 

From: android-developers@googlegroups.com 
<mailto:android-developers@googlegroups.com>  
[mailto:android-developers@googlegroups.com 
<mailto:android-developers@googlegroups.com> ] On Behalf Of Damien Cooke
Sent: dinsdag 9 februari 2016 21:59
To: android-developers@googlegroups.com 
<mailto:android-developers@googlegroups.com> 
Subject: Re: [android-developers] Help wanted for Android app development

 

I can help you,

Send me the code and a description of what it is doing and what you need it to 
do and lets see if I can fix it for you.

 

Damien

On Wed, 10 Feb 2016 00:05 Marcel Molenaar <i...@mediaquest.nl 
<mailto:i...@mediaquest.nl> > wrote:

Hi,

 

I am working on the development of an Android-app. I ran into some strange 
errors. I really need an expert to help me to solve this.

 

Does anyone know someone who can assist me. i would like to send the whole 
project and an experienced developer to solve my issues.

 

Regards,

 

Marcel

-- 
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 
<mailto:android-developers+unsubscr...@googlegroups.com> .
To post to this group, send email to android-developers@googlegroups.com 
<mailto:android-developers@googlegroups.com> .
Visit this group at ht

RE: [android-developers] Help wanted for Android app development

2016-02-10 Thread MediaQuest | N.M. Molenaar
Hi Sardar,

 

I have this in my manifest.xml file:

 







 

Where to unregister it and how?

 

Marcel

 

 

From: android-developers@googlegroups.com 
[mailto:android-developers@googlegroups.com] On Behalf Of sardar khan
Sent: woensdag 10 februari 2016 06:19
To: android-developers@googlegroups.com
Subject: Re: [android-developers] Help wanted for Android app development

 

yes the first issue is due to the broadcast receiver to check the internet.you 
can use connectivityManager to check the internet state.or you can unregister 
the broadcast properly see the offical documentation about the broadcast 
receiver.

 

On Wed, Feb 10, 2016 at 2:11 AM, MediaQuest | N.M. Molenaar <i...@mediaquest.nl 
<mailto:i...@mediaquest.nl> > wrote:

Damien,

 

Thanks for your reply. I am in contact with 2 other men offering help so I do 
not know what to do now. 

 

Marcel

 

From: android-developers@googlegroups.com 
<mailto:android-developers@googlegroups.com>  
[mailto:android-developers@googlegroups.com 
<mailto:android-developers@googlegroups.com> ] On Behalf Of Damien Cooke
Sent: dinsdag 9 februari 2016 21:59
To: android-developers@googlegroups.com 
<mailto:android-developers@googlegroups.com> 
Subject: Re: [android-developers] Help wanted for Android app development

 

I can help you,

Send me the code and a description of what it is doing and what you need it to 
do and lets see if I can fix it for you.

 

Damien

On Wed, 10 Feb 2016 00:05 Marcel Molenaar <i...@mediaquest.nl 
<mailto:i...@mediaquest.nl> > wrote:

Hi,

 

I am working on the development of an Android-app. I ran into some strange 
errors. I really need an expert to help me to solve this.

 

Does anyone know someone who can assist me. i would like to send the whole 
project and an experienced developer to solve my issues.

 

Regards,

 

Marcel

-- 
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 
<mailto:android-developers+unsubscr...@googlegroups.com> .
To post to this group, send email to android-developers@googlegroups.com 
<mailto:android-developers@googlegroups.com> .
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/3c4b67ba-aa3c-4550-975c-5aa51b3ffbd4%40googlegroups.com
 
<https://groups.google.com/d/msgid/android-developers/3c4b67ba-aa3c-4550-975c-5aa51b3ffbd4%40googlegroups.com?utm_medium=email_source=footer>
 .
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to a topic in the Google 
Groups "Android Developers" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/android-developers/t2ubR8P_ZS4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
android-developers+unsubscr...@googlegroups.com 
<mailto:android-developers+unsubscr...@googlegroups.com> .
To post to this group, send email to android-developers@googlegroups.com 
<mailto:android-developers@googlegroups.com> .
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAFE05BYW4ZMEtUWMA-5uDws05hm1qTWvCx4g-sxqM1Hsx%2BbQcA%40mail.gmail.com
 
<https://groups.google.com/d/msgid/android-developers/CAFE05BYW4ZMEtUWMA-5uDws05hm1qTWvCx4g-sxqM1Hsx%2BbQcA%40mail.gmail.com?utm_medium=email_source=footer>
 .
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 
<mailto:android-developers+unsubscr...@googlegroups.com> .
To post to this group, send email to android-developers@googlegroups.com 
<mailto:android-developers@googlegroups.com> .
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/000901d1637e%24691c0c50%243b5424f0%24%40mediaquest.nl
 
<https://groups.google.com/d/msgid/android-developers/000901d1637e%24691c0c50%243b5424f0%24%40mediaquest.nl?utm_medium=email_source=footer>
 .


For more options, visit https://groups.google.com/d/optout.

 

-- 
You received this message because you are subscribed to a topic in the Google 
Groups "Android Developers" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/android-developers/t2ubR8P_ZS4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 

[android-developers] Help wanted for Android app development

2016-02-09 Thread Marcel Molenaar
Hi,

I am working on the development of an Android-app. I ran into some strange 
errors. I really need an expert to help me to solve this.

Does anyone know someone who can assist me. i would like to send the whole 
project and an experienced developer to solve my issues.

Regards,

Marcel

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/3c4b67ba-aa3c-4550-975c-5aa51b3ffbd4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Help wanted for Android app development

2016-02-09 Thread Damien Cooke
I can help you,
Send me the code and a description of what it is doing and what you need it
to do and lets see if I can fix it for you.

Damien

On Wed, 10 Feb 2016 00:05 Marcel Molenaar  wrote:

> Hi,
>
> I am working on the development of an Android-app. I ran into some strange
> errors. I really need an expert to help me to solve this.
>
> Does anyone know someone who can assist me. i would like to send the whole
> project and an experienced developer to solve my issues.
>
> Regards,
>
> Marcel
>
> --
> 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 https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/3c4b67ba-aa3c-4550-975c-5aa51b3ffbd4%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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAFE05BYW4ZMEtUWMA-5uDws05hm1qTWvCx4g-sxqM1Hsx%2BbQcA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: [android-developers] Help wanted for Android app development

2016-02-09 Thread MediaQuest | N.M. Molenaar
Damien,

 

Thanks for your reply. I am in contact with 2 other men offering help so I do 
not know what to do now. 

 

Marcel

 

From: android-developers@googlegroups.com 
[mailto:android-developers@googlegroups.com] On Behalf Of Damien Cooke
Sent: dinsdag 9 februari 2016 21:59
To: android-developers@googlegroups.com
Subject: Re: [android-developers] Help wanted for Android app development

 

I can help you,

Send me the code and a description of what it is doing and what you need it to 
do and lets see if I can fix it for you.

 

Damien

On Wed, 10 Feb 2016 00:05 Marcel Molenaar <i...@mediaquest.nl 
<mailto:i...@mediaquest.nl> > wrote:

Hi,

 

I am working on the development of an Android-app. I ran into some strange 
errors. I really need an expert to help me to solve this.

 

Does anyone know someone who can assist me. i would like to send the whole 
project and an experienced developer to solve my issues.

 

Regards,

 

Marcel

-- 
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 
<mailto:android-developers+unsubscr...@googlegroups.com> .
To post to this group, send email to android-developers@googlegroups.com 
<mailto:android-developers@googlegroups.com> .
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/3c4b67ba-aa3c-4550-975c-5aa51b3ffbd4%40googlegroups.com
 
<https://groups.google.com/d/msgid/android-developers/3c4b67ba-aa3c-4550-975c-5aa51b3ffbd4%40googlegroups.com?utm_medium=email_source=footer>
 .
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to a topic in the Google 
Groups "Android Developers" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/android-developers/t2ubR8P_ZS4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
android-developers+unsubscr...@googlegroups.com 
<mailto:android-developers+unsubscr...@googlegroups.com> .
To post to this group, send email to android-developers@googlegroups.com 
<mailto:android-developers@googlegroups.com> .
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAFE05BYW4ZMEtUWMA-5uDws05hm1qTWvCx4g-sxqM1Hsx%2BbQcA%40mail.gmail.com
 
<https://groups.google.com/d/msgid/android-developers/CAFE05BYW4ZMEtUWMA-5uDws05hm1qTWvCx4g-sxqM1Hsx%2BbQcA%40mail.gmail.com?utm_medium=email_source=footer>
 .
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/000901d1637e%24691c0c50%243b5424f0%24%40mediaquest.nl.
For more options, visit https://groups.google.com/d/optout.


RE: [android-developers] Help wanted for Android app development

2016-02-09 Thread MediaQuest | N.M. Molenaar
Hello,

 

Thanks for your response.

 

My app is an app for an insurance company. It consists of several activities. 
Data is coming from server in the form of a json request. There are several 
listviews holding listviewitems which consist of text and an icon. Most images 
are loaded using Picasso library. I did not make scaled  versions of images for 
each drawable, instead i made big version of image (for example icons images 
for listview items are 500 x 500 px).

 

I have 2 situations in which my app crashes:

 

1.Activity uk.co.. has leaked IntentReceiver 
com.immersion.android.haptics.HapticFeedbackManager$HapticFeedbackBroadcastReceiver@41e4bac0
 that was originally registered here. Are you missing a call to 
unregisterReceiver()?

2.Out of Memory issues, i think due to my images but not sure… most 
of my big images are loaded through Picasso library

I am developing in Android Studio.

 

For issue 1 I googled a lot and at the end I found it is a bug in Android 4.2.2 
on Samsung devices but I need to solve it however because otherwise people 
using Samsung Galaxy Tab2 can not use the app. Meanwhile my app uses 
broadcastreceiver to check if internet connection is ok so i thought maybe it 
cloud be that but i do not think so.

 

I tried to track down issue 2 by investigating the heap-stack but could not 
figure it out. I analyzed my heap dump with MAT.

 

If you can help me please discuss further details ok?

 

Regards,

 

Marcel 

 

From: android-developers@googlegroups.com 
[mailto:android-developers@googlegroups.com] On Behalf Of sardar khan
Sent: dinsdag 9 februari 2016 19:07
To: android-developers@googlegroups.com
Subject: Re: [android-developers] Help wanted for Android app development

 

yes i can do it for you kindly inform me about your issue..??

 

On Tue, Feb 9, 2016 at 6:31 PM, Marcel Molenaar <i...@mediaquest.nl 
<mailto:i...@mediaquest.nl> > wrote:

Hi,

 

I am working on the development of an Android-app. I ran into some strange 
errors. I really need an expert to help me to solve this.

 

Does anyone know someone who can assist me. i would like to send the whole 
project and an experienced developer to solve my issues.

 

Regards,

 

Marcel

-- 
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 
<mailto:android-developers+unsubscr...@googlegroups.com> .
To post to this group, send email to android-developers@googlegroups.com 
<mailto:android-developers@googlegroups.com> .
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/3c4b67ba-aa3c-4550-975c-5aa51b3ffbd4%40googlegroups.com
 
<https://groups.google.com/d/msgid/android-developers/3c4b67ba-aa3c-4550-975c-5aa51b3ffbd4%40googlegroups.com?utm_medium=email_source=footer>
 .
For more options, visit https://groups.google.com/d/optout.

 

-- 
You received this message because you are subscribed to a topic in the Google 
Groups "Android Developers" group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/android-developers/t2ubR8P_ZS4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
android-developers+unsubscr...@googlegroups.com 
<mailto:android-developers+unsubscr...@googlegroups.com> .
To post to this group, send email to android-developers@googlegroups.com 
<mailto:android-developers@googlegroups.com> .
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CABHzXARHCnYviF87nB8vK3k5omtpvyerL-kojPaR1sCxQz%2BjNA%40mail.gmail.com
 
<https://groups.google.com/d/msgid/android-developers/CABHzXARHCnYviF87nB8vK3k5omtpvyerL-kojPaR1sCxQz%2BjNA%40mail.gmail.com?utm_medium=email_source=footer>
 .
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/01d1637b%2459e56c70%240db04550%24%40mediaquest.nl.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Help wanted for Android app development

2016-02-09 Thread sardar khan
yes i can do it for you kindly inform me about your issue..??

On Tue, Feb 9, 2016 at 6:31 PM, Marcel Molenaar  wrote:

> Hi,
>
> I am working on the development of an Android-app. I ran into some strange
> errors. I really need an expert to help me to solve this.
>
> Does anyone know someone who can assist me. i would like to send the whole
> project and an experienced developer to solve my issues.
>
> Regards,
>
> Marcel
>
> --
> 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 https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/3c4b67ba-aa3c-4550-975c-5aa51b3ffbd4%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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CABHzXARHCnYviF87nB8vK3k5omtpvyerL-kojPaR1sCxQz%2BjNA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Help wanted for Android app development

2016-02-09 Thread sardar khan
yes the first issue is due to the broadcast receiver to check the
internet.you can use connectivityManager to check the internet state.or you
can unregister the broadcast properly see the offical documentation about
the broadcast receiver.

On Wed, Feb 10, 2016 at 2:11 AM, MediaQuest | N.M. Molenaar <
i...@mediaquest.nl> wrote:

> Damien,
>
>
>
> Thanks for your reply. I am in contact with 2 other men offering help so I
> do not know what to do now.
>
>
>
> Marcel
>
>
>
> *From:* android-developers@googlegroups.com [mailto:
> android-developers@googlegroups.com] *On Behalf Of *Damien Cooke
> *Sent:* dinsdag 9 februari 2016 21:59
> *To:* android-developers@googlegroups.com
> *Subject:* Re: [android-developers] Help wanted for Android app
> development
>
>
>
> I can help you,
>
> Send me the code and a description of what it is doing and what you need
> it to do and lets see if I can fix it for you.
>
>
>
> Damien
>
> On Wed, 10 Feb 2016 00:05 Marcel Molenaar <i...@mediaquest.nl> wrote:
>
> Hi,
>
>
>
> I am working on the development of an Android-app. I ran into some strange
> errors. I really need an expert to help me to solve this.
>
>
>
> Does anyone know someone who can assist me. i would like to send the whole
> project and an experienced developer to solve my issues.
>
>
>
> Regards,
>
>
>
> Marcel
>
> --
> 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 https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/3c4b67ba-aa3c-4550-975c-5aa51b3ffbd4%40googlegroups.com
> <https://groups.google.com/d/msgid/android-developers/3c4b67ba-aa3c-4550-975c-5aa51b3ffbd4%40googlegroups.com?utm_medium=email_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Android Developers" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/android-developers/t2ubR8P_ZS4/unsubscribe
> .
> To unsubscribe from this group and all its topics, 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 https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/CAFE05BYW4ZMEtUWMA-5uDws05hm1qTWvCx4g-sxqM1Hsx%2BbQcA%40mail.gmail.com
> <https://groups.google.com/d/msgid/android-developers/CAFE05BYW4ZMEtUWMA-5uDws05hm1qTWvCx4g-sxqM1Hsx%2BbQcA%40mail.gmail.com?utm_medium=email_source=footer>
> .
> 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 https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/000901d1637e%24691c0c50%243b5424f0%24%40mediaquest.nl
> <https://groups.google.com/d/msgid/android-developers/000901d1637e%24691c0c50%243b5424f0%24%40mediaquest.nl?utm_medium=email_source=footer>
> .
>
> 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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CABHzXATigZd6ZdZG2w-geA%3DSvE_iyHrC0mU9xZcGtt7jeYx83A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Help me get this code working!!

2016-01-31 Thread Chuck Crisler
The error says it all and is clear. The class ProcessRegister *MUST*
contain a method doinBackground. This is simple Java. Read about abstract
classes/interfaces and you will understand.

On Sat, Jan 30, 2016 at 4:11 PM, Jetlabb Service  wrote:

> I am still new to android development, as well as Java. I was following a
> tutorial on how to make a login, and I am using some of their code right
> now, but I can't get this to work at all. I am getting a lot of errors.
>
> The errors I am getting are:
>
> Method does not override method from its superclass
> Class "ProcessRegister" must either be declared abstract or implement
> abstract method 'doInBackground(params) in AsycTask
>  NOTE: THE SAME GOES FOR class NetCheck
>
> Hopefully someone can help me, because I have no clue what I am doing
> wrong here...
>
> import android.app.Activity;
> import android.app.PendingIntent;
> import android.app.ProgressDialog;
> import android.content.Context;
> import android.content.Intent;
> import android.drm.ProcessedData;
> import android.net.ConnectivityManager;
> import android.net.NetworkInfo;
> import android.os.AsyncTask;
> import android.os.Bundle;
> import android.view.View;
> import android.widget.Button;
> import android.widget.EditText;
> import android.widget.TextView;
>
> import wishlist.com.gimme.library.UserFunctions;
>
> import org.json.JSONException;
> import org.json.JSONObject;
>
> import java.io.IOException;
> import java.net.HttpURLConnection;
> import java.net.MalformedURLException;
> import java.net.URL;
>
>
> public class PasswordReset extends Activity {
>
> private static String KEY_SUCCESS = "success";
> private static String KEY_ERROR = "error";
>
> EditText email;
> TextView alert;
> Button resetpass;
>
> /**
>  * Called when the activity is first created.
>  */
> @Override
> public void onCreate(Bundle savedInstanceState) {
> super.onCreate(savedInstanceState);
>
> setContentView(R.layout.passwordreset);
>
> Button login = (Button) findViewById(R.id.bktolog);
> login.setOnClickListener(new View.OnClickListener() {
> public void onClick(View view) {
> Intent myIntent = new Intent(view.getContext(), Login.class);
> startActivityForResult(myIntent, 0);
> finish();
> }
>
> });
>
> email = (EditText) findViewById(R.id.forpas);
> alert = (TextView) findViewById(R.id.alert);
> resetpass = (Button) findViewById(R.id.respass);
> resetpass.setOnClickListener(new View.OnClickListener() {
> @Override
> public void onClick(View view) {
>
> NetAsync(view);
>
> }
>
> });}
>
> private class NetCheck extends AsyncTask
>
> {
> private ProgressDialog nDialog;
>
> @Override
> protected void onPreExecute(){
> super.onPreExecute();
> nDialog = new ProgressDialog(PasswordReset.this);
> nDialog.setMessage("Loading..");
> nDialog.setTitle("Checking Network");
> nDialog.setIndeterminate(false);
> nDialog.setCancelable(true);
> nDialog.show();
> }
>
> @Override
> protected Boolean doInBackground(String... args){
>
> ConnectivityManager cm = (ConnectivityManager) 
> getSystemService(Context.CONNECTIVITY_SERVICE);
> NetworkInfo netInfo = cm.getActiveNetworkInfo();
> if (netInfo != null && netInfo.isConnected()) {
> try {
> URL url = new URL("http://www.google.com;);
> HttpURLConnection urlc = (HttpURLConnection) 
> url.openConnection();
> urlc.setConnectTimeout(3000);
> urlc.connect();
> if (urlc.getResponseCode() == 200) {
> return true;
> }
> } catch (MalformedURLException e1) {
> // TODO Auto-generated catch block
> e1.printStackTrace();
> } catch (IOException e) {
> // TODO Auto-generated catch block
> e.printStackTrace();
> }
> }
> return false;
>
> }
> @Override
> protected void onPostExecute(Boolean th){
>
> if(th == true){
> nDialog.dismiss();
> new ProcessRegister().execute();
> }
> else{
> nDialog.dismiss();
> alert.setText("Error in Network Connection");
> }
> }
> }
>
> private class ProcessRegister extends AsyncTask {
>
> private ProgressDialog pDialog;
>
> String forgotpassword;
> @Override
> protected void onPreExecute() {
> super.onPreExecute();
> forgotpassword 

[android-developers] Help me get this code working!!

2016-01-30 Thread Jetlabb Service
I am still new to android development, as well as Java. I was following a 
tutorial on how to make a login, and I am using some of their code right 
now, but I can't get this to work at all. I am getting a lot of errors.

The errors I am getting are:

Method does not override method from its superclass
Class "ProcessRegister" must either be declared abstract or implement 
abstract method 'doInBackground(params) in AsycTask
 NOTE: THE SAME GOES FOR class NetCheck

Hopefully someone can help me, because I have no clue what I am doing wrong 
here...

import android.app.Activity;
import android.app.PendingIntent;
import android.app.ProgressDialog;
import android.content.Context;
import android.content.Intent;
import android.drm.ProcessedData;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.os.AsyncTask;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;

import wishlist.com.gimme.library.UserFunctions;

import org.json.JSONException;
import org.json.JSONObject;

import java.io.IOException;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;


public class PasswordReset extends Activity {

private static String KEY_SUCCESS = "success";
private static String KEY_ERROR = "error";

EditText email;
TextView alert;
Button resetpass;

/**
 * Called when the activity is first created.
 */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);

setContentView(R.layout.passwordreset);

Button login = (Button) findViewById(R.id.bktolog);
login.setOnClickListener(new View.OnClickListener() {
public void onClick(View view) {
Intent myIntent = new Intent(view.getContext(), Login.class);
startActivityForResult(myIntent, 0);
finish();
}

});

email = (EditText) findViewById(R.id.forpas);
alert = (TextView) findViewById(R.id.alert);
resetpass = (Button) findViewById(R.id.respass);
resetpass.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {

NetAsync(view);

}

});}

private class NetCheck extends AsyncTask

{
private ProgressDialog nDialog;

@Override
protected void onPreExecute(){
super.onPreExecute();
nDialog = new ProgressDialog(PasswordReset.this);
nDialog.setMessage("Loading..");
nDialog.setTitle("Checking Network");
nDialog.setIndeterminate(false);
nDialog.setCancelable(true);
nDialog.show();
}

@Override
protected Boolean doInBackground(String... args){

ConnectivityManager cm = (ConnectivityManager) 
getSystemService(Context.CONNECTIVITY_SERVICE);
NetworkInfo netInfo = cm.getActiveNetworkInfo();
if (netInfo != null && netInfo.isConnected()) {
try {
URL url = new URL("http://www.google.com;);
HttpURLConnection urlc = (HttpURLConnection) 
url.openConnection();
urlc.setConnectTimeout(3000);
urlc.connect();
if (urlc.getResponseCode() == 200) {
return true;
}
} catch (MalformedURLException e1) {
// TODO Auto-generated catch block
e1.printStackTrace();
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
return false;

}
@Override
protected void onPostExecute(Boolean th){

if(th == true){
nDialog.dismiss();
new ProcessRegister().execute();
}
else{
nDialog.dismiss();
alert.setText("Error in Network Connection");
}
}
}

private class ProcessRegister extends AsyncTask {

private ProgressDialog pDialog;

String forgotpassword;
@Override
protected void onPreExecute() {
super.onPreExecute();
forgotpassword = email.getText().toString();

pDialog = new ProgressDialog(PasswordReset.this);
pDialog.setTitle("Contacting Servers");
pDialog.setMessage("Getting Data ...");
pDialog.setIndeterminate(false);
pDialog.setCancelable(true);
pDialog.show();
}

@Override
protected JSONObject doInBackground(String... args) {

UserFunctions userFunction = new UserFunctions();
JSONObject json = 

[android-developers] Help debugging Android WebView (libwebviewchromium.so) crashes

2016-01-27 Thread Yehonatan Ginzberg
Hi, 

We receive many crash reports (handled by Google Breakpad) from our 
clients; sample pasted below.
It seems like the root cause is somewhere in Android's Webview since the 
crashed thread contains libwebviewchroium.so module.

We don't know how to debug these issue since:
- we don't know how to reproduce the crash 
- we don't have libwebviewchromium symbols to understand the issue
- we're not sure how/who to contact to report the issue

Has anyone experience similar issues? Do you know how to debug it? How to 
get official support?

All the best,


Thread 0 (crashed)
 0  libc.so + 0x22194
Found by: given as instruction pointer in context
 1  libc.so + 0x13113
 sp = 0xbec41948pc = 0x40139115
Found by: stack scanning
 2  libwebviewchromium.so + 0xfa1621
 sp = 0xbec41954pc = 0x5f35e623
Found by: stack scanning
 3  libc.so + 0x13327
 sp = 0xbec41958pc = 0x40139329
Found by: stack scanning
 4  libc.so + 0x1205d
 sp = 0xbec41960pc = 0x4013805f
Found by: stack scanning
 5  libwebviewchromium.so + 0xfa1621
 sp = 0xbec4196cpc = 0x5f35e623
Found by: stack scanning
 6  libc.so + 0x49ffe
 sp = 0xbec4197cpc = 0x4017
Found by: stack scanning
 7  libc.so + 0x21a4a
 sp = 0xbec41988pc = 0x40147a4c
Found by: stack scanning
 8  libwebviewchromium.so + 0x1a4bcf
 sp = 0xbec41990pc = 0x5e561bd1
Found by: stack scanning
 9  libwebviewchromium.so + 0x1a27d1
 sp = 0xbec41998pc = 0x5e55f7d3
Found by: stack scanning
10  libwebviewchromium.so + 0x1017d8a
 sp = 0xbec419ecpc = 0x5f3d4d8c
Found by: stack scanning
11  libwebviewchromium.so + 0xb4b069
 sp = 0xbec41a10pc = 0x5ef0806b
Found by: stack scanning
12  libwebviewchromium.so + 0x1c1265
 sp = 0xbec41a18pc = 0x5e57e267
Found by: stack scanning
13  libwebviewchromium.so + 0x30a98f
 sp = 0xbec41a38pc = 0x5e6c7991
Found by: stack scanning
14  libwebviewchromium.so + 0xb47f29
 sp = 0xbec41a68pc = 0x5ef04f2b
Found by: stack scanning
15  libwebviewchromium.so + 0xb8b0c7
 sp = 0xbec41a70pc = 0x5ef480c9
Found by: stack scanning
16  libwebviewchromium.so + 0xb89aa7
 sp = 0xbec41a88pc = 0x5ef46aa9
Found by: stack scanning
17  libwebviewchromium.so + 0xb89a6d
 sp = 0xbec41a8cpc = 0x5ef46a6f
Found by: stack scanning
18  libMali.so + 0x2152e
 sp = 0xbec41a90pc = 0x66108530
Found by: stack scanning
19  dalvik-heap (deleted) + 0x597ffe
 sp = 0xbec41ad0pc = 0x42a4
Found by: stack scanning
20  libwebviewchromium.so + 0xb885b7
 sp = 0xbec41ad4pc = 0x5ef455b9
Found by: stack scanning
21  dalvik-heap (deleted) + 0x597ffe
 sp = 0xbec41adcpc = 0x42a4
Found by: stack scanning
22  libMali.so + 0x21ee2
 sp = 0xbec41b00pc = 0x66108ee4
Found by: stack scanning
23  libMali.so + 0x22102
 sp = 0xbec41b18pc = 0x66109104
Found by: stack scanning
24  libMali.so + 0x18d8a
 sp = 0xbec41b20pc = 0x660ffd8c
Found by: stack scanning
25  dalvik-heap (deleted) + 0x597ffe
 sp = 0xbec41b28pc = 0x42a4
Found by: stack scanning
26  dalvik-heap (deleted) + 0x1e97ffe
 sp = 0xbec41b2cpc = 0x4434
Found by: stack scanning
27  libMali.so + 0x41afe
 sp = 0xbec41b50pc = 0x66128b00
Found by: stack scanning
28  libMali.so + 0x1b422
 sp = 0xbec41b90pc = 0x66102424
Found by: stack scanning
29  libMali.so + 0x1910e
 sp = 0xbec41b98pc = 0x66100110
Found by: stack scanning
30  libMali.so + 0x1b422
 sp = 0xbec41bb0pc = 0x66102424
Found by: stack scanning
31  libMali.so + 0x5d312
 sp = 0xbec41bbcpc = 0x66144314
Found by: stack scanning
32  libMali.so + 0xede72
 sp = 0xbec41bc8pc = 0x661d4e74
Found by: stack scanning
33  libMali.so + 0xede72
 sp = 0xbec41bccpc = 0x661d4e74
Found by: stack scanning
34  libMali.so + 0x5e402
 sp = 0xbec41bd0pc = 0x66145404
Found by: stack scanning
35  libMali.so + 0x25e02
 sp = 0xbec41be8pc = 0x6610ce04
Found by: stack scanning
36  libwebviewchromium.so + 0x1366cd6
 sp = 0xbec41bf8pc = 0x5f723cd8
Found by: stack scanning
37  libMali.so + 0xdc786
 sp = 0xbec41c10pc = 0x661c3788
Found by: stack scanning
38  libMali.so + 0xdc786
 sp = 0xbec41c28pc = 0x661c3788
Found by: stack scanning
39  libMali.so + 0xede72
 sp = 0xbec41c2cpc = 0x661d4e74
Found by: stack scanning
40  libutils.so + 0xf877
 sp = 0xbec41c98pc = 0x40190879
Found by: stack scanning
41  libMali.so + 0xdc786
 sp = 0xbec41cf0pc = 0x661c3788
Found by: stack scanning
42  libMali.so + 0xede72
 sp = 0xbec41d0cpc = 0x661d4e74
Found by: stack scanning
43  libhwui.so + 0x1bb5f
 sp = 0xbec41d40pc = 0x40f24b61
Found by: stack scanning
44  libMali.so + 0x40422
 sp = 0xbec41d70pc = 0x66127424
Found by: stack scanning
45 

[android-developers] help me Please___ 1Error ... i can't

2016-01-26 Thread อิทธิพล บุญฤทธิ์
help me Please___ 1Error ... i can't



[CODE]  imageDialog.setIcon(android.R.drawable.btn_star_big_on);
imageDialog.setTitle("message : " + 
MyArrList.get(position).get("ImageDesc"));
imageDialog.setMessage("message : " + 
MyArrList.get(position).get("ImageDesc2") + "\n" + " message : " + 
MyArrList.get(position).get("ImageDesc3"));
   

imageDialog.setView(layout);

imageDialog.setPositiveButton(android.R.string.ok, new 
DialogInterface.OnClickListener() {

public void onClick(DialogInterface dialog, int which) {

   
Intent MyArrList = new Intent(Intent.ACTION_CALL);
String strTel = 
MyArrList.get(position).get("ImageDesc3");   //.get  ( red color code)
MyArrList.setData(Uri.parse("tel:" + strTel));


   
}


});
[/CODE]

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/e634385a-a500-40a8-a03c-a7266932d7f6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] [Help] Inflate Adview on Exisitng XML (Error is : java.lang.Throwable: A WebView method was called on thread 'Thread-719'..)

2016-01-22 Thread Bijal Varia

























































































































































*Dear Sir,I am trying to Inflate Following otherapps.xml File to Existing 
View.http://schemas.android.com/apk/res/android;
xmlns:mm="http://millennialmedia.com/android/schema;
android:layout_width="match_parent"
android:layout_height="match_parent"android:background="#4000" >
   
   



 My Java File is :
LayoutInflater inflater_otherapp = (LayoutInflater) this.getSystemService( 
Context.LAYOUT_INFLATER_SERVICE );LinearLayout iLayout 
=(LinearLayout)findViewById(R.id.linlayout);final ScrollView 
b_otherapp = (ScrollView) inflater_otherapp.inflate(R.layout.otherapps, 
null);iLayout.addView(b_otherapp);
ImageButton  btnapp1 = 
(ImageButton)b_otherapp.findViewById(R.id.imgapp1);  
btnapp1.setOnClickListener(new OnClickListener(){public 
void onClick(View v){
Call_PlayStorefor(1);}});  
  ImageButton  btnapp2 = 
(ImageButton)b_otherapp.findViewById(R.id.imgapp2);  
btnapp2.setOnClickListener(new OnClickListener(){public 
void onClick(View v){
Call_PlayStorefor(2);}});  
  ImageButton  btnapp3 = 
(ImageButton)b_otherapp.findViewById(R.id.imgapp3);  
btnapp3.setOnClickListener(new OnClickListener(){public 
void onClick(View v){
Call_PlayStorefor(3);}
});ImageButton  btnapprating = 
(ImageButton)b_otherapp.findViewById(R.id.imgrating);  
btnapprating.setOnClickListener(new OnClickListener(){
public void onClick(View v){
Call_PlayStorefor(4);}
});MMAdView ObjAddView = (MMAdView) 
findViewById(R.id.adView);ObjAddView.setListener(new 
AdListner());But I am Getting Error Trace :01-22 16:38:44.580: 
W/WebView(21101): java.lang.Throwable: A WebView method was called on 
thread 'Thread-719'. All WebView methods must be called on the same thread. 
(Expected Looper Looper (main, tid 1) {41cc3ed8} called on null, FYI main 
Looper is Looper (main, tid 1) {41cc3ed8})01-22 16:38:44.580: 
W/WebView(21101): at 
android.webkit.WebView.checkThread(WebView.java:2085)01-22 16:38:44.580: 
W/WebView(21101): at 
android.webkit.WebView.getSettings(WebView.java:1698)01-22 16:38:44.580: 
W/WebView(21101): at 
com.millennialmedia.android.MMAdViewController$1.run(MMAdViewController.java:342)01-22
 
16:38:44.581: D/dalvikvm(21101): threadid=18: exiting01-22 16:38:44.581: 
W/dalvikvm(21101): threadid=18: thread exiting with uncaught exception 
(group=0x419cfc98)01-22 16:38:44.581: W/dalvikvm(21101): threadid=18: 
uncaught exception occurred01-22 16:38:44.581: W/System.err(21101): 
java.lang.RuntimeException: java.lang.Throwable: A WebView method was 
called on thread 'Thread-719'. All WebView methods must be called on the 
same thread. (Expected Looper Looper (main, tid 1) {41cc3ed8} called on 
null, FYI main Looper is Looper (main, tid 1) {41cc3ed8})01-22 
16:38:44.582: W/System.err(21101): at 
android.webkit.WebView.checkThread(WebView.java:2095)01-22 16:38:44.582: 
W/System.err(21101): at 
android.webkit.WebView.getSettings(WebView.java:1698)01-22 16:38:44.582: 
W/System.err(21101): at 
com.millennialmedia.android.MMAdViewController$1.run(MMAdViewController.java:342)01-22
 
16:38:44.582: W/System.err(21101): Caused by: java.lang.Throwable: A 
WebView method was called on thread 'Thread-719'. All WebView methods must 
be called on the same thread. (Expected Looper Looper (main, tid 1) 
{41cc3ed8} called on null, FYI main Looper is Looper (main, tid 1) 
{41cc3ed8})01-22 16:38:44.582: W/System.err(21101): at 
android.webkit.WebView.checkThread(WebView.java:2085)01-22 16:38:44.582: 
W/System.err(21101): ... 2 more01-22 16:38:44.582: W/dalvikvm(21101): 
threadid=18: calling UncaughtExceptionHandler01-22 16:38:44.584: 
E/AndroidRuntime(21101): FATAL EXCEPTION: Thread-71901-22 16:38:44.584: 
E/AndroidRuntime(21101): Process: com.ambaitsystem.bcookbook, PID: 
2110101-22 16:38:44.584: E/AndroidRuntime(21101): 
java.lang.RuntimeException: java.lang.Throwable: A WebView method was 
called on thread 'Thread-719'. All WebView methods must be called on the 
same thread. (Expected Looper Looper (main, tid 1) {41cc3ed8} called on 
null, FYI main Looper is Looper (main, tid 1) 

Re: [android-developers] help needed for my new App

2016-01-16 Thread Justin Anderson
This link will tell you all you need to know about publishing an app:
http://developer.android.com/distribute/googleplay/start.html


On Tue, Jan 12, 2016 at 5:36 PM For Great Vocals 
wrote:

> Hi peeps.  I've paid someone to build an app for me but they have refused
> to publish it. They have sent me all of the files. I font have any .apk
> files from them.  Is there another file that I should be using to upload
> it. So annoying and confusing. Thanks T H
>
> --
> 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 https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/ffa00648-9643-4c67-8af2-e6cd5b2f9922%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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAOq06s-Xc_vOH5w%3DNOb7kmgenKgT2nS8BUpi4Je1VkVAweAfqw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help with this code - Google+ signin

2016-01-15 Thread Ari SLK
I'm following the sample code given by Google to integrate Google plus with 
android.
https://github.com/googlesamples/google-services/blob/master/android/signin/app/src/main/java/com/google/samples/quickstart/signin/SignInActivity.java

That code sample worked perfectly fine until I added some changes as 
follows.

GoogleSignInOptions gso = new 
GoogleSignInOptions.Builder(GoogleSignInOptions.DEFAULT_SIGN_IN)
 .requestScopes(new Scope(Scopes.PLUS_LOGIN))
 .requestEmail()
 .build();

mGoogleApiClient = new GoogleApiClient.Builder(this)
 .enableAutoManage(this /* FragmentActivity */, this /* 
OnConnectionFailedListener */)
 .addApi(Auth.GOOGLE_SIGN_IN_API, gso)
 .build();

signinGoogleBtn = (SignInButton) findViewById(R.id.signingoogleBtn);
signinGoogleBtn.setSize(SignInButton.SIZE_STANDARD);
signinGoogleBtn.setScopes(gso.getScopeArray());


I added Google+ scopes to GoogleSignInOptions in order to customize the 
signin button. Then handleSignInResult always returns false. 
Could anyone please help me to fix this issue?

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/36648419-3987-41ea-b130-6bd667640d15%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help with this code

2016-01-14 Thread Paulo Figueira
Hi,

I'm new on developing android apps and i have a code which does the xml 
parsing but i have some issues.
The code reads the xml that is hosted on a web server but when it displays 
to my app, i can't see all xml file.
Can you help trying to make this code scrollable?


(sorry my bad english)

The code is:

public class XMLParsingDOMExample extends Activity {



   @Override
   public void onCreate(Bundle savedInstanceState) {
  super.onCreate(savedInstanceState);

  /** Create a new layout to display the view */
  LinearLayout layout = new LinearLayout(this);
  layout.setOrientation(1);




  /** Create a new textview array to display the results */
  TextView name[];
  TextView website[];
  TextView category[];
  TextView dia[];
  TextView abb[];

  try {

 URL url = new URL("http://www.carlosboto.com/ualg/menu.xml;);
 DocumentBuilderFactory dbf = DocumentBuilderFactory.newInstance();
 DocumentBuilder db = dbf.newDocumentBuilder();
 Document doc = db.parse(new InputSource(url.openStream()));
 doc.getDocumentElement().normalize();

 NodeList nodeList = doc.getElementsByTagName("item");

 /** Assign textview array lenght by arraylist size */
 name = new TextView[nodeList.getLength()];
 website = new TextView[nodeList.getLength()];
 category = new TextView[nodeList.getLength()];
 dia = new TextView[nodeList.getLength()];
 abb = new TextView[nodeList.getLength()];

 for (int i = 0; i < nodeList.getLength(); i++) {

Node node = nodeList.item(i);

name[i] = new TextView(this);
website[i] = new TextView(this);
category[i] = new TextView(this);
dia[i] = new TextView(this);
abb[i] = new TextView(this);


Element fstElmnt = (Element) node;
NodeList nameList = fstElmnt.getElementsByTagName("almoco");
Element nameElement = (Element) nameList.item(0);
nameList = nameElement.getChildNodes();
name[i].setText("Almoco = "
  + ((Node) nameList.item(0)).getNodeValue());

NodeList websiteList = fstElmnt.getElementsByTagName("jantar");
Element websiteElement = (Element) websiteList.item(0);
websiteList = websiteElement.getChildNodes();
website[i].setText("Jantar = "
  + ((Node) websiteList.item(0)).getNodeValue());

NodeList categoryList = fstElmnt.getElementsByTagName("sobremesa");
Element categoryElement = (Element) categoryList.item(0);
categoryList = categoryElement.getChildNodes();
category[i].setText("Sobremesa = "
  + ((Node) categoryList.item(0)).getNodeValue());

NodeList diaList = fstElmnt.getElementsByTagName("dia");
Element diaElement = (Element) diaList.item(0);
diaList = diaElement.getChildNodes();
dia[i].setText("Dia = "
  + ((Node) diaList.item(0)).getNodeValue());

NodeList abbList = fstElmnt.getElementsByTagName("abb");
Element abbElement = (Element) abbList.item(0);
abbList = abbElement.getChildNodes();
abb[i].setText(""
  + ((Node) abbList.item(0)).getNodeValue());

 //category[i].setText("Sobremesa = "
//+ categoryElement.getAttribute("sobremesa"));

layout.addView(abb[i]);
layout.addView(dia[i]);
layout.addView(name[i]);
layout.addView(website[i]);
layout.addView(category[i]);


 }
  } catch (Exception e) {
 System.out.println("XML Pasing Exception = " + e);
  }

  /** Set the layout view to display */
  setContentView(layout);


   }
}

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/877f3245-d4c0-4396-aee1-0d122e4f4ffc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] help needed for my new App

2016-01-12 Thread For Great Vocals
Hi peeps.  I've paid someone to build an app for me but they have refused to 
publish it. They have sent me all of the files. I font have any .apk files from 
them.  Is there another file that I should be using to upload it. So 
annoying and confusing. Thanks T H

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/ffa00648-9643-4c67-8af2-e6cd5b2f9922%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] help to make avd

2016-01-06 Thread samatamazhori . m




what should i do now 

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/07ae8509-6fe0-42e2-9e49-e27751b97378%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] help on setting Android Studio in a pc with SDK installed

2015-12-31 Thread Angelo Giammarresi
Hello,

I have already installed in my PC Android SDK till v 20 because previously 
used with Eclipse 3.7.2

I want to install Android studio now.
If I download the bundle will it erase previoslu SDK version or only update 
the folders adding new missing version?
Is better download only Android Studio and later update SDK from inside it?

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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/345078b3-38fb-4c06-b0ee-188b5280ba8f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Help about the query which i encountered while coding.

2015-12-24 Thread TreKing
On Sat, Dec 5, 2015 at 7:26 AM, Gaurav Rane  wrote:

> how to add images from camera as well as from gallery in a listview and
> the limit of images in list must be 10 and also image can be deleted from
> the particular list,how i can achieve it in android? pls help me iam new
> to android development.
>

You would start by reading solid book on Android and / or going through the
official docs at developer.android.com.
Do some sample projects to get your feet wet, learn about ListView (and now
RecyclerView) and Intents and you'll be on your way. Then come back and ask
SPECIFIC questions if and when you get stuck.

Good luck.

-
TreKing  - Chicago
transit tracking app for Android-powered devices

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CANCScgiRk1vZMFLb-sYzD9zDRAuFK_Sj9DpqVuYfzUc5OAO6TA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help raw socket

2015-12-24 Thread ignaciocarlos1685
*socket raw not work. Error in creation socket. how to make a raw socket in 
android?*







public class MainActivity extends Activity implements OnClickListener {
public native String InvokeNativeFunction();
static {
System.loadLibrary("Cping");
}
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
View button=findViewById(R.id.button2);
button.setOnClickListener(this);
}

@Override
public void onClick(View v) {
TextView texto=(TextView)findViewById(R.id.textView1);
String textoAmostrar="";
textoAmostrar=InvokeNativeFunction();
if (v.getId()==findViewById(R.id.button2).getId()){
texto.setText(textoAmostrar);
}
}
}



#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 
#include 

#define DEFAULT_INIT_PORT 1 /* puerto inicial del escaneo por defecto */
#define DEFAULT_END_PORT 1024 /* puerto final del escaneo por defecto  */
#define DEFAULT_ICMP_PORT 8765 /* puerto por defecto para mandar los 
paquetes ICMP */

 extern "C" {
 JNIEXPORT jstring JNICALL
Java_com_exadddmple_pingconc_MainActivity_InvokeNativeFunction(JNIEnv * 
env, jobject obj);
 };

 JNIEXPORT jstring JNICALL
  Java_com_exadddmple_pingconc_MainActivity_InvokeNativeFunction(JNIEnv * 
env, jobject obj)

{
int sockfd,numbytes,flags,listen; //descriptor del socket, número de bytes 
enviados, flags y resultado del connect()
int init_port, end_port; //variables de inicio y fin del escaneo
int result,fromlen; //resultado del select, y tamaño del ICMP de respuesta
struct hostent *he; //variable de tipo hostent donde se guardará 
información del Host a escanear
struct sockaddr_in their_addr; // almacenarán la direccion IP del Host 
objetivo, y sus datos 
static u_char paquete_salida[64]; //paquete de salida ICMP
register struct icmp *cabecera_icmp = (struct icmp *) paquete_salida; 
//formato de paquete ICMP 
fd_set fd_leer,fd_escribir; //descriptores a controlar por select
struct timeval tv; //temporizador para el uso de select
char recv_ICMP[512],shost[100];
struct servent *bar; //guardará el nombre del servicio que corre en cada 
puerto
int i,val,len=sizeof(val); //contador, resultado getsockopt

init_port= DEFAULT_INIT_PORT;
end_port= DEFAULT_END_PORT;

if ((sockfd = socket(AF_INET, SOCK_RAW,1)) < 0)
{

return env->NewStringUTF("Error socket");
//exit(1);
}

if ((he= gethostbyname("www.google.com")) == NULL)
{
return env->NewStringUTF("Error gethostbyname");
//exit(1);
}

/* Creamos el socket */


their_addr.sin_family = AF_INET; // host byte order 
their_addr.sin_port = htons(DEFAULT_ICMP_PORT); /* network byte order */
their_addr.sin_addr = *((struct in_addr *)he->h_addr); // dirección IP
bzero(&(their_addr.sin_zero), 8);
sprintf(shost,"%d.%d.%d.%d",(unsigned char)he->h_addr_list[0][0],(unsigned 
char)he->h_addr_list[0][1],(unsigned char)he->h_addr_list[0][2],\
(unsigned char)he->h_addr_list[0][3]);

/* configuración cabecera mensaje ICMP */
cabecera_icmp->icmp_type = ICMP_ECHO; // Tipo de mensajes ICMP
cabecera_icmp->icmp_code = 0; // Código de mensaje ICMP
cabecera_icmp->icmp_cksum = 0; // Checksum del paquete ICMP
cabecera_icmp->icmp_seq =1; // Numero de secuencia
cabecera_icmp->icmp_id = 0x; // ID de paquete

/* Transmitimos el paquete ICMP */
if ((numbytes=sendto(sockfd, _salida, 64, 0, (struct sockaddr 
*)_addr, sizeof(struct sockaddr))) == -1)
{
return env->NewStringUTF("Error sendto");
 }

do {
   FD_ZERO(_leer); // pone a 0 todos los bits de fd_var. 
   FD_SET(sockfd, _leer); //activa en fd_leer el bit correspondiente al 
descriptor sockfd
   tv.tv_sec=2; // 2 segundos de tiempo de espera para recibir la respuesta 
al ICMP
   tv.tv_usec=0;
   result = select(sockfd +1, _leer, NULL, NULL, );
} while (result == -1 && errno == EINTR);



if (result > 0) {
   if (FD_ISSET(sockfd, _leer)) {
  /* El socket tiene datos para leer */
  result = recvfrom(sockfd, recv_ICMP, sizeof recv_ICMP, 0, NULL, 
);
  if (result == 0) {
 /* Conexión cerrada por el host */
close(sockfd);

return env->NewStringUTF("El host ha cerrado la conexión.");
  
  }
  else {
  close(sockfd);

  return env->NewStringUTF("El host está activo,procederemos a chequear los 
servicios...");


}

}//FIN_MAIN

}
}

-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/a1d89005-fb8d-4e26-bd13-f415b020c124%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help!Help! Issue about using the alarm in android

2015-12-24 Thread xuzhang2015



I have set three repeat daily alarm as  time 12:00,16:00 and 20:00. But I 
found that the first alarm would present at 11:59:34, 12:00:12 and 
12:00:56. I have checked many documents, no one gives me an answer. Please 
help me!

Here are my code:


//set PendingIntent.
Intent alarmIntent = new Intent(context, AlarmReceiver.class);
alarmIntent.putExtra("alarmType", 3);
PendingIntent pendingIntentMoring = PendingIntent.getBroadcast(context, 51, 
alarmIntent, PendingIntent.FLAG_UPDATE_CURRENT);
PendingIntent pendingIntentAfternoon = PendingIntent.getBroadcast(context, 
52, alarmIntent, PendingIntent.FLAG_UPDATE_CURRENT);
PendingIntent pendingIntentEvening = PendingIntent.getBroadcast(context, 
53, alarmIntent, PendingIntent.FLAG_UPDATE_CURRENT);


//clear the alarm manager before set the new alarm
managerMorning.cancel(pendingIntentMoring);
managerAfternoon.cancel(pendingIntentAfternoon);
managerEvening.cancel(pendingIntentEvening);


//set new alarm
managerMorning.setRepeating(AlarmManager.RTC_WAKEUP, 
cal1.getTimeInMillis(),AlarmManager.INTERVAL_DAY, pendingIntentMoring);
managerAfternoon.setRepeating(AlarmManager.RTC_WAKEUP, 
cal2.getTimeInMillis(),AlarmManager.INTERVAL_DAY, pendingIntentAfternoon);
managerEvening.setRepeating(AlarmManager.RTC_WAKEUP, 
cal3.getTimeInMillis(),AlarmManager.INTERVAL_DAY, pendingIntentEvening);


//set Receiver 
public void onReceive(Context context, Intent intent) {
Intent myMessageintent = new Intent(context, UpDateDiaryMessage.class);
myMessageintent.putExtra("alarmType", 3);
context.startService(myMessageintent);
}


I have test it many times. I cannot get the alarm at 12:00:00, but I got 
two or three alarm around at 12:00:00. I dont know why this happened.



-- 
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 https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/7fb1708e-c331-4569-97bb-607bdeb918e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help about the query which i encountered while coding.

2015-12-05 Thread Gaurav Rane
how to add images from camera as well as from gallery in a listview and the 
limit of images in list must be 10 and also image can be deleted from the 
particular list,how i can achieve it in android? pls help me iam new to 
android development.

-- 
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/bf53e500-7574-496d-a1f1-04e1eccdee02%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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] Help please

2015-11-30 Thread escalador
Hello, i have Android 5.1.1, and i don't have Haptic Feedback option in 
settings menu, on a Samsung Galaxy Grand Prime, can this option be added in 
next update ?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
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.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help needed!!!!

2015-08-26 Thread yves...@gmail.com
I had an app on the play store market for awhile now, and i recently fixed 
a couple of problems and I ran into this problem.

I am not sure if this problem is related to the app package name starts 
with an upper case letter. Here is the problem:

Before I was using Eclipse to build the app and sign the package, and I can 
update the app on the play store and my customers are able to download and 
install the app. Now, I changed my system to use Android Studio, and I can 
build and sign the installer, uploaded the app to the play store. Now, 
nobody can install it. They either got error code 504 during install or a 
message saying malformed manifest. I contacted play store support and got 
answers which is not helpful at all.

Since to update an app, we can't change the package name, I don't know if 
the package name was the issue. If I change my system back to Eclipse, 
rebuild/sign the package, will that work? Any ideas on what to do? Or 
anyway for me to change the package name in play store?

Thanks


Yves 

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Help needed!!!!

2015-08-26 Thread TreKing
On Wed, Aug 26, 2015 at 5:30 PM, yves...@gmail.com yves...@gmail.com
wrote:

 Since to update an app, we can't change the package name, I don't know if
 the package name was the issue.


Your package name cannot be changed and should not be an issue. I and I'm
sure thousands of other developers have migrated published apps from being
built in Eclipse to Android Studio without this issue, so it's not likely a
problem with using the same package name.


 If I change my system back to Eclipse, rebuild/sign the package, will that
 work?


Maybe? Try it?


 Any ideas on what to do?


Double check your set up. Make sure your signing certificate is set up
correctly and try again. If the error persists, try building the release
app manually via the command line, outside of Android Studio and see if
that helps.


 Or anyway for me to change the package name in play store?


Not unless you like the idea of abandoning your existing app and all of its
stats and starting over from scratch.

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Help - Google has terminated my Developer Account

2014-08-12 Thread Terry
It is strange that (so far) noone has tried to answer my questions. In 
particular because (AFAIK) Google does not seem to have given any info 
about how to give or sell your apps to other publishers. And also because 
many of you may end up with the same problem.

Here is a link to another developer with a similar experience:

Banned for Life — Medium 
https://www.google.no/url?sa=trct=jq=esrc=ssource=webcd=3cad=rjauact=8ved=0CCoQFjACurl=https%3A%2F%2Fmedium.com%2F%40sgehrman%2Fbanned-for-life-c62f2404f66ei=QsbpU-CLOuT5yQPa54K4BAusg=AFQjCNGKouPnzNWj8E7etacFq-XiZ73Wbwsig2=--vjsF_lQNZ2gRmqpY7v8Qbvm=bv.72676100,d.bGQ

If you want Google to stop this accidental practice (of suspending 
developer accounts for vague reasons), you may want to sign this petition:
http://goo.gl/ixfBFl

Terry


On Saturday, August 2, 2014 3:55:47 AM UTC+2, DevDallas wrote:

 Terry,

 Shoot me an email to kidg...@gmail.com.com javascript:
 On Aug 1, 2014 2:17 AM, Terry ter...@gmail.com javascript: wrote:

 After two incidents – of which I think I was completely innocent – Google 
 has terminated my Play Store Developer Account. Consequently all of my apps 
 – developed over three years – are gone from the Play Store. 

  The first incident was a false DMCA takedown, due to a bogus DMCA 
 complaint. Google informed me that the case would be taken to court by the 
 complaining party, but that never happened. 

  The second was the removal of one of my apps – which I think was done 
 by a mistake. 

  Those who are interested can read about these two cases here: 

  https://groups.google.com/forum/#!topic/android-developers/vZ7mKPIe5U4

 and

 https://groups.google.com/forum/#!topic/android-developers/qqo2dmC6Xm8 

  I have tried to approach Google in various ways – hoping that they 
 could have a second look at my case – but they never seem to answer. 

  In the “real world” one is considered innocent until proven guilty.

 Not so by Google. If they think that you are guilty, your are guilty. And 
 there is no way to appeal. 

  I must admit that I still hope that someone inside Google will have a 
 look at my case, but until then I have some questions which I hope some of 
 my fellow developers can answer: 

  1. Is it in any way possible to bring my apps back onto the Play Store 
 (in a way which will be accepted by Google)? 

  2. Can I give – or sell – my apps to another publisher, and let them 
 publish them on the Play Store? 

  3. If so, will it be possible to let the apps keep the original IDs 
 (packet names) and AbMod IDs? 

  4. Can a person – or a firm – close to me (e.g. wrt family) register a 
 new developer account, and publish my old apps? How close? 

  Regards, Terry

  

 -- 
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-d...@googlegroups.com 
 javascript:
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com javascript:
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 --- 
 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 javascript:.
 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 post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
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.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Help - Google has terminated my Developer Account

2014-08-01 Thread Terry


After two incidents – of which I think I was completely innocent – Google 
has terminated my Play Store Developer Account. Consequently all of my apps 
– developed over three years – are gone from the Play Store. 

The first incident was a false DMCA takedown, due to a bogus DMCA 
complaint. Google informed me that the case would be taken to court by the 
complaining party, but that never happened. 

The second was the removal of one of my apps – which I think was done by a 
mistake. 

Those who are interested can read about these two cases here: 

https://groups.google.com/forum/#!topic/android-developers/vZ7mKPIe5U4

and

https://groups.google.com/forum/#!topic/android-developers/qqo2dmC6Xm8 

I have tried to approach Google in various ways – hoping that they could 
have a second look at my case – but they never seem to answer. 

In the “real world” one is considered innocent until proven guilty.

Not so by Google. If they think that you are guilty, your are guilty. And 
there is no way to appeal. 

I must admit that I still hope that someone inside Google will have a look 
at my case, but until then I have some questions which I hope some of my 
fellow developers can answer: 

1. Is it in any way possible to bring my apps back onto the Play Store (in 
a way which will be accepted by Google)? 

2. Can I give – or sell – my apps to another publisher, and let them 
publish them on the Play Store? 

3. If so, will it be possible to let the apps keep the original IDs (packet 
names) and AbMod IDs? 

4. Can a person – or a firm – close to me (e.g. wrt family) register a new 
developer account, and publish my old apps? How close? 

Regards, Terry

 

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
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.
For more options, visit https://groups.google.com/d/optout.


  1   2   3   4   5   6   7   8   9   10   >