[android-developers] help

2010-03-11 Thread subrat kumar panda
hello all,
subrat here.im struggling with android soap which not getting any respone from
axis server.currently i want 2 authenticate the username & password.
im sending my client code.
help me, plz.

-- 
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=enpublic class TestPreference extends PreferenceActivity  {
private static final String SOAP_ACTION 
="http://localhost:8084/webservice1/MyWebService?wsdl";;

private static final String METHOD_NAME="validate";
private static final String NAMESPACE ="MyWebServiceService";

private static final String URL = 
"http://localhost:8084/webservice1/MyWebService";;
private Object resultRequestSOAP = null;

private static final int MENU_ID_CONNECT_TO_SERVER = Menu.FIRST;

protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);

// Load the preferences from an XML resource
addPreferencesFromResource(R.xml.testpreference);
}


@Override
public boolean onCreateOptionsMenu(Menu pObjMainMenu) {
super.onCreateOptionsMenu(pObjMainMenu);
pObjMainMenu.add(1, MENU_ID_CONNECT_TO_SERVER, 1, 
"Connect to Server");

return true;
}

public boolean onOptionsItemSelected(MenuItem pObjMenuItem) {
boolean lRetVal = true; // The system to process the 
event

switch (pObjMenuItem.getItemId()) {
case MENU_ID_CONNECT_TO_SERVER:
String lResCode = connectToServer();
Toast.makeText(this, lResCode, 
Toast.LENGTH_SHORT).show();
break;
default:
lRetVal = false;
}
return lRetVal;
}

private String connectToServer(){

String lRetVal = null;
try{
//Request Body String..
String lStr = "Requested Body String to Server";
byte requestData[] = lStr.getBytes("UTF-8");
//Server Communication URL(Change according your server 
URL)
String lURLStr = 
"http://192.168.1.105:8084/webservice1/MyWebService";;
//Communication Processing...
  AndroidServiceConnection lConnection = new 
AndroidServiceConnection(lURLStr);
  lConnection.connect();

SoapObject request = new 
SoapObject(NAMESPACE,METHOD_NAME);
//SoapObject
request.addProperty("username", "satya");
request.addProperty("password", "satya");
SoapSerializationEnvelope envelope = new 
SoapSerializationEnvelope(SoapEnvelope.VER11);
envelope.setOutputSoapObject(request);
AndroidHttpTransport androidHttpTransport = new 
AndroidHttpTransport(lURLStr);
try{
//This sends a soap request and 
response will be in envelope only.

androidHttpTransport.call(SOAP_ACTION, 
envelope);
resultRequestSOAP = envelope.getResponse();
//  String[]results =(String[]) resultRequestSOAP;
BufferedReader br = new BufferedReader(new 
InputStreamReader(lConnection.openInputStream()));
StringBuilder sb = new StringBuilder();
String line;
while((line = br.readLine()) != null){
sb.append(line);

}
br.close();
lConnection.disconnect();
//Return the response value to a toast message
lRetVal=(String) resultRequestSOAP;
lRetVal = sb.toString();

}catch(Exception pEx){
System.out.println(pEx.toString());
}   


[android-developers] help

2010-03-15 Thread subrat kumar panda
Hello all,
subrat here.im doing an android apps which is GPS tracking.
how to update the current location dynamically with respect to
latitude,longitude,when
the android device moved a certain boundary.
wd u plz anybody help me how to write the logic.
im using axis server & SQLite database.


Best Regards
Subrat

-- 
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


[android-developers] Help

2010-03-31 Thread subrat kumar panda
Hi all,

This is subrat. anybody plz tell me
how i run a method from background, without gui.
this is a gps application, i want 2 post
data to soap server & the communication should be
from background.
the response data updated at the client side.

any demo app will  be more helpful.

Thanks.

-- 
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

To unsubscribe, reply using "remove me" as the subject.


[android-developers] help

2009-04-28 Thread rojr

I have a partial app I was having some build for me.  I had to let
them go because of financial reasons.  Is there anyone who can suggest
an inexpensive developer?

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] HELP

2010-02-24 Thread beneesh baby
Hi,
 I am currently working in android ereader...is it possible to add
OOXML schemas 1.1 jar file directly to android? is this file supported in
android ? if anybody know the answer please help me out?

-- 
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

[android-developers] Help

2009-12-13 Thread faithfullghost
hi
heelp

i am trying to build an android application to do the following
 i am trying to build an application that can connect to Google
calendar , get the newly added events every 2 hours, i need to have a
service that will be triggered every two hours to do the job any ideas
will be appreciated, thanks

-- 
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


[android-developers] help

2009-06-26 Thread Dorj

How to detect key event without activty?

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] HELP

2012-02-03 Thread Mark McDonald
I am new to this world and realize their is a lot to learn before I
begin writing my code, however I was hoping that I could get some
advice on which software to use for my windows environment.  I have
downloaded Java and the SDK tools package and want to make sure I get
on the right track for success with writing my application.

I would apreciate any advice that the wizards may be so kindly to
offer.

Thank you, Mark

-- 
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


[android-developers] Help!!!

2012-02-05 Thread PIERRE GALOIS GUEVARA DONGO
I need help with my Xperia X8, because try to unlock the bootloader
and now does not run, as if dead, I connect to the PC and does not
work, is literally dead, I can do something to get my phone? I need
help please

-- 
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


[android-developers] help !!

2012-07-14 Thread gerardo montero
what i need to do for add other divice to my account ?
 

-- 
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

[android-developers] Help!!!

2012-08-21 Thread Androideed
Below is my code and I'm trying to send string commands to a non-Android 
device when I enter a command in an editable text and click a button, its 
not working! what am I doing wrong?

button.setOnClickListener(new Button.OnClickListener() { //click button(of 
course)
public void onClick(View v) {
 viewtext.setText(edittext2.getText()); //convert editable text 
to text view
 cmd = viewtext.toString(); //convert text view to string
 mbuttonclicks.start(); //some silly sound effect
 try {
 URL newUrl = new URL("http://192.168.1.8";); //start new local 
url connection
 URLConnection conn = newUrl.openConnection();  //open it
 

OutputStream outputStream = null; // start output 
stream to send msg to url
   try {
   if(cmd != null){ //if there's a command then do the 
following
   outputStream = conn.getOutputStream();
   BufferedOutputStream stream = new 
BufferedOutputStream(outputStream); //use buffered output 
   stream.write(cmd.getBytes()); //convert to bytes 
and send
   stream.flush(); //clean up leftover characters

   }}//command sent
   catch (IOException ex) {
 
   } 

-- 
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

[android-developers] Help

2012-08-24 Thread Saurabh Khemka
How can I access a .pdf file stored in assets folder or res/raw folder in 
my code?

-- 
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

[android-developers] help

2011-09-12 Thread Craig Sparks
Im about to get screwed by corporate america and bad business
partners. Phonesnake.com is a idea to reduce theft, violent crimes
related to theft, and lower insurance costs, and consumer good costs.
By tracking serial numbers. I want it to be a non-profit. To help
benifit the communities. The developers have been bought and turned on
the project and 2 weeks ago it turns out "appleregister.com" was
bought. Apple rejected our beta version of the app.

Will someone please help me get the android app right with barcode
scanning, and image reconignition. So maybe we can fight this and stop
corporate america from doing this and capitalizing off of it.

Please I need your help.

-- 
-
Jackie *"Craig"* Sparks - *"Focus on Solutions not Problems"*
Email0: jackie.craig.spa...@gmail.com

http://chunkhost.com/r/getachunk - Support my VPS host sign up now
http://www.sparkscomm.com
http://sparkscomm.com/wordpress/resume
http://www.facebook.com/profile.php?ref=profile&id=10140654932
https://www.scriptlance.com/cgi-bin/freelancers/feedback.cgi?p=rwtskraps
http://twitter.com/#!/skraps_foo
http://skraps.pastebin.com

-BEGIN PGP PUBLIC KEY BLOCK-
Version: GnuPG v1.4.10 (GNU/Linux)

mQINBE1kJ5YBEAC1w4t0k7lLyBuikRUSZfvsigSR1IRASTuU5X2o443E/7fPYo/m
kwDwc8uqzwCvvuV9ziZgv5+KFZ8eUUrTN1TTc8zu4hMX9xt1l8nBRHYb2jrTBXKF
9Hu85CSN1WKc+FJSFtZgdpi8Vo0jgPgNQS9C/Vndei94O3/PukrE7dn17HISbCw/
svAF/Y1MrwtcV20lZqnEf5RYddvuN86FxM77SyF9PdlSzFuIVMKa2zDSUHRNqWId
Y/e+mObf/kJdA0tHaQHwEX4VlX7o504v8Jqnjq1WeiebHp0wKHouSF+Inmift9PK
0MQQkDOG6MFRlK3cWt0LIPGDl31ZlfkTSH21XETEQjKTM5Afmdmv2zHi1z0q5YQY
iaUClUSMLzx4gJQg3G/Rfx+VMDRrVW5nkDLMYuce7Fdutw3zVcH5bxs+T6+nqgqL
DK1SPmNW6dyxOjkDVs0/5AwOx+1mb0R5u7vFyrTOr7PV4ZpI9ejTwRx0PBptj8pb
+f5Vp4B177fvL5clY61MwojIdW+3aobP912PY/ffR9t3uN1bmYoy0tdFHvnhAuxs
qA6qEriRp3Oz5xhpSIUKAngsuuQh9dd915LoRFKMsh1PLCGEcPy+sFCGPppFJg79
Df5MeSHBqDhq/ofml2xS9XzYFNAmgzJ1RWBYTe45C/iKu0/rHb+GsDT2iwARAQAB
tDNKYWNraWUgQ3JhaWcgU3BhcmtzIDxqYWNraWUuY3JhaWcuc3BhcmtzQGdtYWls
LmNvbT6JAjgEEwECACIFAk1kJ5YCGwMGCwkIBwMCBhUIAgkKCwQWAgMBAh4BAheA
AAoJEN3TA3S+FcwAMeMP/R5nOm0eLywi1oZkA+NTQctJ9mMhmAgbUJnGvu5vG0YS
dQ1NhyJdZ/oKtqZdLtaFv3blenBZIMf45qIhlzm2JXpHXGCoWbPtu9sRnwfA+IQi
ohlk8D6i2Gf+NTbp5SJtwUBlkws61isJmN/RbPyS79V7R0RnUW0Uc2y6TpvTx523
7geS3+sVPKuVxnp6Q7SySodv+Tlxy+P/brmANEeGMZAjPMTgqLHg9Js6ZkZ/HrWQ
EEZD3W8n/DU1KMOTr96BfDAGEGZZAWS78GQvQy0Jff9g9eNnept+bntpy+i0NTUS
mRq+uGGKfzIZudKr066ILaH2YIWf9YBWyrhfnpESmTnv65Uvca4V+b1vzV0wbKl7
UUacuFOn5BdAcVIT9L3IAsOMZWZOmHIB6c28mv3BDT25kS5t+mhzf7t+ppPLb83S
6uYlitgWLrpjgDrY2UFVWbvVxfiN9G4qhS2IOpRpvBQVTN3iTlHQ2keBfCUfOnOd
1cmJtvh57wCKDvjapPrzEjhUDor27HGM6XhaPV7DpSLeUBjZcSmWtoSB/Ff0LTVu
ChP2oiaqUWW8QkYayCye6sviCsdW+bfCwA9kBZmNXDM49qC951pmKvOY4bKNSmbk
O17BwgRoNDB2BVC7zA29J6I+dzlWydDk1DsxCcNffoeeEkMDcjZEnCVySEv8vStL
uQINBE1kJ5YBEADfM60c5yMCZqjb6pbn38RGIjoN9El/GvByX3h5jaWp04eJcc07
VSwetzF3h/q3BL4nVgyUykZr7eOr9TomimgsaWXS+Vf99uXGujQVrXMWU0H5zfhN
et+smsP97J+YOVM3tJD30XEJwFRFWU5oTjG/AQml9/1AC4RgEmIauphS/aRo4TG1
yRqqp6XMAnPsWAacPt3eZA/HH4LbLZcxfpC/mx9F/QKM/bMV1TdRHwAIFavw5yl1
CCVxC/YuDyOiczAiZoOS7syUwCfVmVk8HxbI3IqhK31AN2Qviq5fq8iTTR+xkjFK
7XR7UKKuig5vk4AUiZPlVf4OgDCpJAQIU7HEc0Wpfo1WfcVfxkEH2Jl7K1EUACCU
oIx2BGGs5x/O1cXx0aHZUfo6kWVUoXKXgJeMFL2KvBn4a+BkzdpI6TLJFiifOkDK
ZbwVV/GDn6t1xCqz2gVLK+PDfv4tdD7lKWUN9C1pH5rB3XXI4MtegD/DR/08D8Yw
bdF57ZKbruMxdV1Q3eHcFhJFyqs82suygxCfTlBOIoAV0dkTSbVi1bkcBKSh9gk0
k19cFzvO3S72NEwQrZcs0uBhUX3HDhx0eFQtGPEyZl/77e554DDJ3MQUCGeGmFSO
w1/7p3lDCAIGtIr4sSLUUyQn7h0RbfFZwBwzZrh9nMmDbhWibJurul3/kQARAQAB
iQIfBBgBAgAJBQJNZCeWAhsMAAoJEN3TA3S+FcwAUf8P/2zUCvOOX0viuC3nI0ZR
3bXWBobv5Fs0Fb3A6O8DVzXLsNsC3WoHdvqRlxHT4fHuKuDAjOj3XHsqntKe+omC
PXSIrHGsKK3va3FnLSRMUqQ45zTXc2rNRW+FYMr0EsIAeBcWK17DbfSBuVJxUx0I
Hs9AgJZ+w+YBcNnp0/gKyN7EjETdJJUo2t2zNv7FEf/hLIBFddYL2clxrlRlD+aR
5eQ/BNIJOu+T8jENb3zdbee+aC9ZJ5waFlDSBirFwsDOdJHTxXwZ1fb9YlQBmTNI
mERLlI2VBIV5FdANpnsm9kczJiQGLZajfgylEglwJ3TSo4x1CM9Kwmo1XDK39ZV4
7rurtx5/Pzukd9Kyy6v3BLUkA8toE4U3y9TeHCQcC8IfjEJU8qMu1t0H++Yl0ikN
sRpY1vfsEVv9txuKVQxXPxD6nZMe8Edhn5SMRtbe2XmM1NKT8WLvjNmd1wWWP6+E
Ucx5/kcvxlPmDmmdLqUpTrRcTfs5iwKf3TiQyl4eFNXZs4tXy/Bv5JFTSx5l5PSD
nBitamN/G+rYoYmdAvwiW3Cnf2LdYWYH2V3wNeTd1vthg3AeQPB9rhLbvtsjwmIP
lZETXNjsVlJRB595j9vDfy8qiUzg93OO3pdKRzr1cxWyyt6uNzGiOPTJiN02lp6a
VPd1isDqohZq35dMK3SYoOzH
=NjkE
-END PGP PUBLIC KEY BLOCK-

-- 
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


[android-developers] help

2012-04-30 Thread Folau Kaveinga
how can you use array as in java in android?

-- 
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


[android-developers] help

2012-05-04 Thread waqas aslam
hello sir i need SRS(software requirement specification) of social
networking project kindly tell me which features can i included in this
project and also tell me the functional and non-functional requirement of
this project.

-- 
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

[android-developers] HELP

2012-05-10 Thread RAJA Revanth
[2012-05-09 19:35:57 - Testing] ActivityManager: Starting: Intent { 
act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] 
cmp=com.drunk/.DrunkDriveManager }



This is the entry on console after running
what has to be done to rectify this

-- 
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

[android-developers] Help

2012-05-10 Thread RAJA Revanth
In the console this what i have received
[2012-05-09 19:59:28 - Testing] Uploading Testing.apk onto device 
'emulator-5554'
[2012-05-09 19:59:30 - Testing] Installing Testing.apk...
[2012-05-09 19:59:34 - Testing] Success!
[2012-05-09 19:59:34 - Testing] Starting activity 
com.drunk.DrunkDriveManager on device emulator-5554
[2012-05-09 19:59:35 - Testing] ActivityManager: Starting: Intent { 
act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] 
cmp=com.drunk/.DrunkDriveManager }

n the error message on the emulator says The application *(process 
com.***.) has stopped unexpectedly. Please Try Again.

-- 
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

[android-developers] Help

2012-05-16 Thread Mark
Hello Everyone.

 

I seem to have this problem in a app I am creating. I have 3 different
layouts . The 3rd layout has a EditText but when I click on it The soft
keyboard will not show up. But on the Main layout it will 

Any Ideas?

 

Thanks

  Mark

 

-- 
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

[android-developers] Help

2012-06-11 Thread Gourav Leekha
matlab component runtime(MCR) is installed for execution of matlab
commands without installing the matlab for standalone execution ,but
it is only supported by windows,  Is there any MCR library meant  to
implement  the same on android/J2me platform .

-- 
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


[android-developers] Help!!!

2011-08-18 Thread oliverorav
I'm making an application and I want to know how to pause Android's
default music player using code? I'm using HTC Sensation, if it
matters.

Thanks.

-- 
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


[android-developers] HELp?

2008-12-30 Thread aaronleaman...@googlemail.com

Im intrested in developing a few ideas, and wondered how and where to
start, with developing!

please get back to me thanks!

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] help

2008-11-09 Thread the dark tangent

Hey how y'all doin I'm new on apps for the android I'm tryin to
make cuz I wanna discuss da we can't let the iphone beat the g1 up is
bout a new app tha can play any type of video on the web like in the
sd card cuz the video players freeze and if u go some website da u can
download videos da goes straigh to tha app to play it so whoever want
to join to help me to developed this app welcome

--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[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.


[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

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

2013-05-19 Thread Abhishek Soni
Damn It! I have a signed application stored in a folder plus the key I used 
to sign it. Fortunately, they e were in my android device. I've accidently 
deleted my workspace. How can I get my Project back? I have the apk file as 
well it's key.

-- 
-- 
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/groups/opt_out.




[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

2010-04-18 Thread subrat kumar panda
Hello everybody,
This is subrat, in my app i want 2 change the background and text color of
preference screeen.
in my preference screen there are 4 checkboxes & 2 lists.

i have used the following code to change background color:

getWindow().setBackgroundDrawableResource(R.drawable.White);
getListView().setBackgroundColor(Color.TRANSPARENT);
getListView().setCacheColorHint(Color.TRANSPARENT);

Now, background is looking white, but how i change the text color
to black.
i am requesting  if anybody have the knowledge please help me.

Thanking you,
Best Regards

Subrat Kumar Panda

-- 
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


[android-developers] help

2010-04-18 Thread subrat kumar panda
hello everybody,
This is subrat, i have some problem with preference screen.
in my preference screen there are 4 checkboxes & 2 lists.
so, my problem is if i do any change to checkbox or list(means, if i check one
 unchecked checkbox or vice versa as, or i select a value from list),
i want 2 post the
edited data to server for save(i am using axis server), when i press the button.
but here when i am pressing the back button after edited there is no change.
i am expecting some help .
i don't know why  i am  not able to connect to server.

here is my code:

package com.microaiddreamworks.gps;

import java.io.BufferedReader;
import java.io.InputStreamReader;

import org.kobjects.util.Csv;
import org.ksoap2.SoapEnvelope;
import org.ksoap2.serialization.SoapObject;
import org.ksoap2.serialization.SoapSerializationEnvelope;
import org.ksoap2.transport.HttpTransportSE;
import com.microaiddreamworks.util.*;

import android.app.AlertDialog;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.SharedPreferences;
import android.content.SharedPreferences.OnSharedPreferenceChangeListener;
import android.graphics.Color;
import android.os.Bundle;
import android.preference.CheckBoxPreference;
import android.preference.ListPreference;
import android.preference.Preference;
import android.preference.PreferenceActivity;
import android.preference.PreferenceManager;
import android.preference.Preference.OnPreferenceClickListener;
import android.telephony.TelephonyManager;
import android.view.KeyEvent;
import android.view.Menu;
import android.view.MenuItem;
import android.view.View;
import android.widget.CheckBox;
import android.widget.ListView;
import android.widget.TextView;
import android.widget.Toast;

public class TestPreference extends PreferenceActivity{

private SharedPreferences m_cSharedPreferences = null  ;
private String m_cSafeZoneAlert = "0";
private String m_cOnlineTracking = "0";
private String m_cSpeedAlert = "20";
private String m_cBreadCrumbing = "1";
private String m_cLowBatteryAlert = "0";
private String m_cWhereIsLookup = "0";
ServerMethods m_cObjServer_Methods = null;
private String m_clRetVal = null;
boolean CheckBoxPreference = false;
String ListPreference = null;


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

// Load the preferences from an XML resource
addPreferencesFromResource(R.xml.testpreference);

getWindow().setBackgroundDrawableResource(R.drawable.White);
getListView().setBackgroundColor(Color.TRANSPARENT);
getListView().setCacheColorHint(Color.TRANSPARENT);
  //  getWindow().setTitleColor(Color.BLACK);
   //View view = ((Preference) 
m_cSharedPreferences).getView(null,null);
  //   
((TextView)view.findViewWithTag(android.R.id.title)).setTextColor(Color.BLACK);
m_cSharedPreferences =
PreferenceManager.getDefaultSharedPreferences(getBaseContext());
m_cObjServer_Methods = new ServerMethods();
   }

private void SaveConfigToServer() {
// TODO Auto-generated method stub


try{
  CheckBoxPreference =
m_cSharedPreferences.getBoolean("checkbox_preference1", false);
  m_cSafeZoneAlert = String.valueOf(CheckBoxPreference);
  CheckBoxPreference =
m_cSharedPreferences.getBoolean("checkbox_preference2", false);
  m_cOnlineTracking = 
String.valueOf(CheckBoxPreference);
  CheckBoxPreference =
m_cSharedPreferences.getBoolean("checkbox_preference3", false);
  m_cLowBatteryAlert = 
String.valueOf(CheckBoxPreference);
  CheckBoxPreference =
m_cSharedPreferences.getBoolean("checkbox_preference4", false);
  m_cWhereIsLookup = String.valueOf(CheckBoxPreference);
  ListPreference =
m_cSharedPreferences.getString("list_preference1", "speed_alert");
  m_cSpeedAlert = ListPreference;
  ListPreference =
m_cSharedPreferences.getString("list_preference2", "bread_crumb");
  m_cBreadCrumbing = ListPreference;

/*m_cSpeedAlert = ((Preference)
m_cSharedPreferences).getSharedPreferences().getString("list_preference1","speed_alert");
m_cBreadCrumbing = ((Preference)
m_cSharedPreferences).getSharedPreferences().getString("list_preference2",
"bread_crumb");
m_cSafeZoneAlert = String.valueOfPreference)
m_cSharedPreferences).getSharedPreferences(

[android-developers] help

2010-08-31 Thread Zhenyu Jiang
help

-- 
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

[android-developers] help

2011-01-28 Thread sangram pawar
Hi,
friends
   How to debug your android application in mobile & check your
cat log on your computer.

Regards,
Sangram pawar

-- 
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

[android-developers] HELP

2010-07-09 Thread Mark
Ok, don't hate me people, I come from Visual Studio. I need help. How do I
get the code for Android? I've been converted (I love my Droid Incredible)
Please help.

 

I'm running on Windows 7 I do have Eclipse running I have managed to make a
few small programs.

 

Thanks

Mark

 

-- 
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

[android-developers] help

2011-05-12 Thread sunishah khan
aoa n hello...hi i need help in making a project in assembly..that is
to control the remote based car through the keyboard.can any1
provide me with initial guide lines...

-- 
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


[android-developers] help

2011-05-14 Thread sunishah khan
hello to all...i need help in making a project thats in
assembly...and it is to control rc car through parallel ports...4 pin
prgramming..initially em trying to send data on ports a
led.for practic...but em short of time n project has 2 b
submitted...i need guidelines...

-- 
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


[android-developers] help

2011-04-03 Thread nainfanta
 Can not account registration, who can help me upload an application?  

>From Robin 2011-04-03 22:13:01

-- 
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

Re: [android-developers] Help

2010-03-31 Thread Kevin Duffey
Plenty of posts in this forum about it.. do a search. Some great articles
and books too.

On Wed, Mar 31, 2010 at 7:01 AM, subrat kumar panda <
evergreen.sub...@gmail.com> wrote:

> Hi all,
>
> This is subrat. anybody plz tell me
> how i run a method from background, without gui.
> this is a gps application, i want 2 post
> data to soap server & the communication should be
> from background.
> the response data updated at the client side.
>
> any demo app will  be more helpful.
>
> Thanks.
>
> --
> 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
>
> To unsubscribe, reply using "remove me" as the subject.
>

-- 
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

Re: [android-developers] Help

2010-03-31 Thread ~ TreKing
On Wed, Mar 31, 2010 at 9:01 AM, subrat kumar panda <
evergreen.sub...@gmail.com> wrote:

> This is subrat. anybody plz tell me
> how i run a method from background, without gui.
> this is a gps application, i want 2 post
> data to soap server & the communication should be
> from background.
> the response data updated at the client side.
>

1 - "Help" is a terrible title for a post and will make it so most people
ignore it and "don't help".
2 - Look up Services.

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

-- 
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

To unsubscribe, reply using "remove me" as the subject.


Re: [android-developers] Help

2010-03-31 Thread Stanley Li
A service is all you need. It runs in the background for an indefinite
period of time.

On Wed, Mar 31, 2010 at 10:10 AM, ~ TreKing  wrote:

> On Wed, Mar 31, 2010 at 9:01 AM, subrat kumar panda <
> evergreen.sub...@gmail.com> wrote:
>
>> This is subrat. anybody plz tell me
>> how i run a method from background, without gui.
>> this is a gps application, i want 2 post
>> data to soap server & the communication should be
>> from background.
>> the response data updated at the client side.
>>
>
> 1 - "Help" is a terrible title for a post and will make it so most people
> ignore it and "don't help".
> 2 - Look up Services.
>
>
> -
> TreKing - Chicago transit tracking app for Android-powered devices
> http://sites.google.com/site/rezmobileapps/treking
>
> --
> 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 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

To unsubscribe, reply using "remove me" as the subject.


[android-developers] Help needed

2009-03-13 Thread manoj

Hi friends,

I have written a video player application. It is somewhat working
fine.

I have some media files which are playing fine.

I have some media files which are not playing at all.

Here is a brief description of my problem:
(container   video_codec
audio_codecFPS   video_size)
video1 - playing properly   mp4   h.264AAC
   29.97  320*240
video2- not playing at all.  mp4  h.264
AAC29.97  640*480


Scenario:
I tried to play video1 once i opened the application. video 1 plays
properly with both audio and video.
Now i tried to play video2. It gives a blank screen and nothing else..
no audio and no video
Now i tried to play video1. It gives a blank screen with audio. So
audio output is getting done but there is no video display.

I am getting the error as:
E/MemoryHeapBase( 5672): mmap(fd=19, size=233472) failed (Invalid
argument)
E/VideoMIO( 5672): Error creating frame buffer heap


Here is the complete log that i got from ddms:
I/MediaPlayerDemo( 5645): onCREATE() CALLED!!!
D/MediaPlayerDemo( 5645): surfaceCreated called
I/MediaPlayer-JNI( 5645): prepareAsync: surface=0x1e6478 (id=2)
D/MediaPlayerDemo( 5645): surfaceChanged called
I/ActivityManager(   60): Displayed activity
bluemediaLab.vodcast_939/.MediaPlayerDemo_Video: 204 ms
E/MemoryHeapBase( 5672): mmap(fd=19, size=233472) failed (Invalid
argument)
E/VideoMIO( 5672): Error creating frame buffer heap
D/MediaPlayerDemo( 5645): onPrepared called
I/MediaPlayerDemo( 5645): width->320 , height->240
I/MediaPlayerDemo( 5645): [before setting]HOLDER WIDTH->320 ,HOLDER
HEIGHT->430
I/MediaPlayerDemo( 5645): [after setting]HOLDER WIDTH->320 ,HOLDER
HEIGHT->430
W/AudioFlinger( 5672): write blocked for 109 msecs
I/MediaPlayerDemo( 5645): -> onError() called!!!
I/MediaPlayerDemo( 5645): -> new media error:44
I/MediaPlayerDemo( 5645): -> extra data:0


can any one please help me.

Thanks,
Manoj.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Help needed

2009-03-13 Thread manoj

Hi friends,
I have written a video player application. It is somewhat working
fine.
I have some media files which are playing fine.
I have some media files which are not playing at all.
Here is a brief description of my problem:
  (container - video - audio - FPS -
size)
video1 - playing properly  mp4h.264  AAC   29.97  320*240
video2- not playing at all. mp4h.264  AAC   29.97  640*480

Scenario:
I tried to play video1 once i opened the application. video 1 plays
properly with both audio and video.
Now i tried to play video2. It gives a blank screen and nothing
else..
no audio and no video
Now i tried to play video1. It gives a blank screen with audio. So
audio output is getting done but there is no video display.

I am getting the error as:
E/MemoryHeapBase( 5672): mmap(fd=19, size=233472) failed (Invalid
argument)
E/VideoMIO( 5672): Error creating frame buffer heap

Here is the complete log that i got from ddms:
I/MediaPlayerDemo( 5645): onCREATE() CALLED!!!
D/MediaPlayerDemo( 5645): surfaceCreated called
I/MediaPlayer-JNI( 5645): prepareAsync: surface=0x1e6478 (id=2)
D/MediaPlayerDemo( 5645): surfaceChanged called
I/ActivityManager(   60): Displayed activity
bluemediaLab.vodcast_939/.MediaPlayerDemo_Video: 204 ms
E/MemoryHeapBase( 5672): mmap(fd=19, size=233472) failed (Invalid
argument)
E/VideoMIO( 5672): Error creating frame buffer heap
D/MediaPlayerDemo( 5645): onPrepared called
I/MediaPlayerDemo( 5645): width->320 , height->240
I/MediaPlayerDemo( 5645): [before setting]HOLDER WIDTH->320 ,HOLDER
HEIGHT->430
I/MediaPlayerDemo( 5645): [after setting]HOLDER WIDTH->320 ,HOLDER
HEIGHT->430
W/AudioFlinger( 5672): write blocked for 109 msecs
I/MediaPlayerDemo( 5645): -> onError() called!!!
I/MediaPlayerDemo( 5645): -> new media error:44
I/MediaPlayerDemo( 5645): -> extra data:0
can any one please help me.
Thanks,
Manoj.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] help: button.setBackgroundColor

2009-05-06 Thread Sukitha Udugamasooriya

HI,

After clling button.setBackgroundColor(int color)... the 3D look of
the button has gone... :(
How can I mend this??

Thanks in advance
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] help me

2009-05-06 Thread Jonathan Alonso - Softdinet Ltda
Hi, 

 

I send mail in html format, I'm doing with intent.extra_text but I do not
work, please help me

 

Thanks

 

Jonathan Alonso

Tel: 8008035

Skype: softdinet

Bogotá, Colombia


--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] HELP REQUIRED

2010-02-08 Thread Chirayu Dalwadi
Hi Community,

I have problems with,

1. Notifications
2. Linkify
3. Dynamic generation of tables

I have referred to many codes available online, but none of them works for
me.
Please suggest a simple way to enable that in my application.

Thank You in advance.

-- 
Warm Regards,
Chirayu Dalwadi

"Pain is temporary. Quitting lasts forever." -- Lance Armstrong

-- 
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

[android-developers] help me

2010-02-12 Thread kamran Manzoor
the code is here with emulator problrm
package com.net.login;

import android.app.Activity;
import android.content.DialogInterface.OnClickListener;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.TextView;

public class login extends Activity {
/** Called when the activity is first created. */
 String username , password;
Button login;
TextView tv = new TextView(this);
EditText name = new EditText(this);
EditText pass =new EditText(this);
 @Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
//

//
name = (EditText)findViewById(R.id.user_name);
pass = (EditText)findViewById(R.id.password);
login = (Button)this.findViewById(R.id.login);

username = name.getText().toString();
password = pass.getText().toString();
login.setOnClickListener((android.view.View.OnClickListener)
loginListener);
}
private OnClickListener loginListener = new OnClickListener()
{
public void onClick(View v)
{
 if (username == "kami" && password == "kami")
 {
  //TextView tv = new TextView(this);
tv.setText(" Login is Proved");
setContentView(tv);

  //System.out.println("login proved");
 }
 else
 {
//  TextView tv = new TextView(this);
tv.setText(" Passwod is incorrect ");
setContentView(tv);

 }
  //System.out.println("login proved");
}

};

}
plz help me if anyone know?

thanx
kamran Manzoor
FAST-NU

-- 
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

Re: [android-developers] Help

2009-12-14 Thread Jose Gomez
Do you know anything about android? I would start by learning the framework
a bit
Sincerely
Jose C Gomez

http://www.josecgomez.com
Sent from Jacksonville, Florida, United States

On Sat, Dec 12, 2009 at 7:08 PM, faithfullghost wrote:

> hi
> heelp
>
> i am trying to build an android application to do the following
>  i am trying to build an application that can connect to Google
> calendar , get the newly added events every 2 hours, i need to have a
> service that will be triggered every two hours to do the job any ideas
> will be appreciated, thanks
>
> --
> 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 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

[android-developers] help me

2009-06-23 Thread Dorjoo B

how to detect key event in android service ? please help

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Help Please

2011-06-28 Thread Diogo Salaberri
Hi..

I have a problem, whe I start my aplication the launcher activity is called
HOME, and that HOME automatically call other activity called LOGIN.
Now, I have to finish this aplication when I click on default "back button"
overwriting onKeyDown. The problem is, how can I do this, a simple finish
don't solve this.

Follow my code ( onKeyDown ):

@Override
public boolean onKeyDown(int keyCode, KeyEvent event) {
if (keyCode == KeyEvent.KEYCODE_BACK) {
finish();
return true;
}
return super.onKeyDown(keyCode, event);
}

I hope that you can help me.

Bye

-- 
Atenciosamente;
Diogo Bonoto Salaberri
Bacharel em Ciência da Computação - UFPel

-- 
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

[android-developers] Help needed.....

2012-12-19 Thread Saurabh Khemka
I need to know the idle time of my android phone to enable a screensaver. 
Also, how do I get to know the screen lock time? Please suggest.

-- 
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

[android-developers] Help needed

2013-03-05 Thread ramesh babu
hi frnds,
   i am just start learning about android,while i am
developing a simple app i got stuck with these error: Error: No
resource found that matches the given name (at 'title' with value
'@string/action_settings').

-- 
-- 
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/groups/opt_out.




[android-developers] help needed

2013-03-07 Thread ramesh babu
hi..,

in TimepickerDialog

display.setText()  function is not working in my android app.is
there any other procedure to execute it...

-- 
-- 
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/groups/opt_out.




[android-developers] help needed

2013-03-15 Thread ramesh babu
for developing google map application why do we required sha1 key??...

-- 
-- 
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/groups/opt_out.




[android-developers] help help..!!

2012-03-23 Thread sona
the code for mobile ocr is available in google code , what is the
mobile specification requirement is needed...??

can any one explain me the logic used for image processing in this
project...??

thnx..//

-- 
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


[android-developers] Help me....

2011-12-31 Thread RAJU V
pls help me.. how to fix this issues in eclipse pls




[2011-12-31 17:58:34 - DDMS] DDMS files not found:
D:\Eclipse\eclipse\platform-tools\adb.exe
D:\Eclipse\eclipse\tools\hprof-conv.exe
D:\Eclipse\eclipse\tools\traceview.bat

~~RAJU~~
~~www.itdoall.co.cc~~

-- 
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

Re: [android-developers] HELP

2012-02-03 Thread TreKing
On Wed, Feb 1, 2012 at 7:57 PM, Mark McDonald wrote:

>  I was hoping that I could get some
> advice on which software to use for my windows environment.  I have
> downloaded Java and the SDK tools package
>

Add Eclipse to that and you're pretty much set.


> I would apreciate any advice that the wizards may be so kindly to offer.
>

Yelling "HELP" as your post title is likely to make most people immediately
dismiss your post. Try a relevant, descriptive title next time.

-
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

Re: [android-developers] HELP

2012-02-04 Thread Farhan Tariq
http://developer.android.com/sdk/index.html This should help :)

On Sat, Feb 4, 2012 at 12:47 AM, TreKing  wrote:

> On Wed, Feb 1, 2012 at 7:57 PM, Mark McDonald 
> wrote:
>
>>  I was hoping that I could get some
>> advice on which software to use for my windows environment.  I have
>> downloaded Java and the SDK tools package
>>
>
> Add Eclipse to that and you're pretty much set.
>
>
>> I would apreciate any advice that the wizards may be so kindly to offer.
>>
>
> Yelling "HELP" as your post title is likely to make most people
> immediately dismiss your post. Try a relevant, descriptive title next time.
>
>
> -
> 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 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

Re: [android-developers] Help!!!

2012-02-05 Thread Raghav Sood
Sounds like you have managed to brick your device. Anyways, try asking this
on a device specific forum. This list is only for developing applications
using the SDK provided by Google.

Thanks

On Mon, Feb 6, 2012 at 2:56 AM, PIERRE GALOIS GUEVARA DONGO <
pgueva...@upao.edu.pe> wrote:

> I need help with my Xperia X8, because try to unlock the bootloader
> and now does not run, as if dead, I connect to the PC and does not
> work, is literally dead, I can do something to get my phone? I need
> help please
>
> --
> 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
>



-- 
Raghav Sood
http://www.androidactivist.org/ - Author
http://www.appaholics.in/ - Founder

-- 
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

[android-developers] Help Urgent

2012-02-09 Thread New Developer

Help please
I got an error message saying
"Debug Certificate expired on"

So I did a web search and found an article that had said delete the 
debug.keystore

Thankfully (or not) I moved mine  but now it says
Re-installation failed due to different application signatures.
[2012-02-09 16:53:13 -  You must perform a full uninstall of the 
application. WARNING: This will remove the application data!
[2012-02-09 16:53:13 -  Please execute 'adb uninstall 
org.ttienterprises.pack' in a shell.

[2012-02-09 16:53:13 -  Launch canceled!

I can't loose the data on the device
So I moved the debug.keystore   back

But I still get the signature error

Please HELP ! !

--
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

[android-developers] help me

2012-07-10 Thread Ashu
i am having an application of email sending ,i made an activity and start 
it as a service whenever i boot my device it displaying the ui screen of 
the activity,,i want to run my activity in background ,,it should not 
display after booting but should run in background

how can i make a service without any activity
i dnt want any activity

help me


thanks 

-- 
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

Re: [android-developers] help !!

2012-07-14 Thread TreKing
1. Please use a title that gives even a slight indication of what your post
is about. This will help you get help and will help others find the topic
in the future if they search for it.

On Thu, Jul 12, 2012 at 8:30 AM, gerardo montero wrote:

> what i need to do for add other divice to my account ?


2. http://www.catb.org/~esr/faqs/smart-questions.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 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

Re: [android-developers] Help!!!

2012-08-21 Thread TreKing
On Mon, Aug 20, 2012 at 1:30 PM, Androideed wrote:

> its not working! what am I doing wrong?


Not explaining what "it's not working means".

http://www.catb.org/~esr/faqs/smart-questions.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 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

Re: [android-developers] Help!!!

2012-08-21 Thread ashok chakravarthy
what is viewtext? is it TextView or EditText? if you want to get text from
TextView/EditText
call viewtext.getText().toString().

On Wed, Aug 22, 2012 at 8:40 AM, TreKing  wrote:

> On Mon, Aug 20, 2012 at 1:30 PM, Androideed 
> wrote:
>
>> its not working! what am I doing wrong?
>
>
> Not explaining what "it's not working means".
>
> http://www.catb.org/~esr/faqs/smart-questions.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 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 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

Re: [android-developers] Help!!!

2012-08-23 Thread Androideed
I was trying to send and receive string commands to a remote 
device(Arduino) but the message doesn't go through 

On Wednesday, 22 August 2012 04:10:07 UTC+1, TreKing wrote:
>
> On Mon, Aug 20, 2012 at 1:30 PM, Androideed 
> 
> > wrote:
>
>> its not working! what am I doing wrong?
>
>
> Not explaining what "it's not working means".
>
> http://www.catb.org/~esr/faqs/smart-questions.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 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

Re: [android-developers] Help!!!

2012-08-23 Thread Androideed
Thanks I noticed that after I posted, however that isn't the issue. Is 
there a way to send and receive messages using TCP connections in android?

On Wednesday, 22 August 2012 04:49:41 UTC+1, krishna wrote:
>
> what is viewtext? is it TextView or EditText? if you want to get text from 
> TextView/EditText
> call viewtext.getText().toString().
>
> On Wed, Aug 22, 2012 at 8:40 AM, TreKing 
> > wrote:
>
>> On Mon, Aug 20, 2012 at 1:30 PM, Androideed 
>> 
>> > wrote:
>>
>>> its not working! what am I doing wrong?
>>
>>
>> Not explaining what "it's not working means".
>>
>> http://www.catb.org/~esr/faqs/smart-questions.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 post to this group, send email to 
>> android-d...@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 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

Re: [android-developers] Help!!!

2012-08-23 Thread bob
 Socket socket = new Socket("192.168.0.196", 1000);

OutputStream ostream = socket.getOutputStream();

String greeting_Command = new String(

"HI"

);

byte[] b = greeting_Command.getBytes("us-ascii");

ostream.write(b);

istream = socket.getInputStream();

byte[] reply = new byte[4096];
istream.read(reply);

On Thursday, August 23, 2012 9:16:23 AM UTC-5, Androideed wrote:
>
> Thanks I noticed that after I posted, however that isn't the issue. Is 
> there a way to send and receive messages using TCP connections in android?
>
> On Wednesday, 22 August 2012 04:49:41 UTC+1, krishna wrote:
>>
>> what is viewtext? is it TextView or EditText? if you want to get text 
>> from TextView/EditText
>> call viewtext.getText().toString().
>>
>> On Wed, Aug 22, 2012 at 8:40 AM, TreKing  wrote:
>>
>>> On Mon, Aug 20, 2012 at 1:30 PM, Androideed wrote:
>>>
 its not working! what am I doing wrong?
>>>
>>>
>>> Not explaining what "it's not working means".
>>>
>>> http://www.catb.org/~esr/faqs/smart-questions.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 post to this group, send email to android-d...@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 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

Re: [android-developers] Help!!!

2012-08-23 Thread Androideed
Thanks Bob!

-- 
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

Re: [android-developers] Help!!!

2012-08-23 Thread Lloyd Carroll
First thing I noticed, use viewtext.getText().toString otherwise, you're
only getting the control's text, not what is in the text.
On Aug 21, 2012 9:57 AM, "Androideed"  wrote:

> Below is my code and I'm trying to send string commands to a non-Android
> device when I enter a command in an editable text and click a button, its
> not working! what am I doing wrong?
>
> button.setOnClickListener(new Button.OnClickListener() { //click button(of
> course)
> public void onClick(View v) {
>  viewtext.setText(edittext2.getText()); //convert editable
> text to text view
>  cmd = viewtext.toString(); //convert text view to string
>  mbuttonclicks.start(); //some silly sound effect
>  try {
>  URL newUrl = new URL("http://192.168.1.8";); //start new
> local url connection
>  URLConnection conn = newUrl.openConnection();  //open it
>
>
> OutputStream outputStream = null; // start output
> stream to send msg to url
>try {
>if(cmd != null){ //if there's a command then do the
> following
>outputStream = conn.getOutputStream();
>BufferedOutputStream stream = new
> BufferedOutputStream(outputStream); //use buffered output
>stream.write(cmd.getBytes()); //convert to
> bytes and send
>stream.flush(); //clean up leftover characters
>
>}}//command sent
>catch (IOException ex) {
>
>}
>
> --
> 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 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

[android-developers] help me

2012-08-29 Thread mohammad usman
kindly tell me how to use VOIP(SIP) in my application.

-- 
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


[android-developers] help me

2011-10-24 Thread RAJU V
how to run c,c++ program in terminal...






~~RAJU~~
~~www.itdoall.co.cc~~

-- 
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

[android-developers] help pls

2011-11-02 Thread Hamid
what s up Developers,

i hope u r well, sorry if i have any wrong spelling  :( coz i'm not
good in english .

i'm student, and i'm not that good in java i'm still learning.
so i need a help, just i want to ask how i can make the touch
specifics point or line in photo.gif or .png.

for example -> -> this 2 lins from  .png pic how i can make
the user should touch only this 2 lins starting from left side.
or rectangle or triangle or circle!!

or if there are other solution for it or another easy way to do it!!

pls help and advice .

thanks alot

-- 
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


[android-developers] Help please

2011-11-25 Thread sourabh sahu
Can we make a video interactive, like a video is playing on android and a
product is shown in a movie.I want to tap onto that product and can get
information about it.

Any kind of help is highly appreciated.

Sourabh

-- 
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

[android-developers] Help me

2011-12-13 Thread Nagarjuna@android

Hi All,
I am Nagarjuna, I got *classes.dex* and *res *folder from some other app 
after decompile.


I want to rebuild the apk file using these two files ,

Can we do that ,,
If any one knows , pls reply

Please help me ,

*Thanks & Regards*
Nagarjuna

--
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

[android-developers] Help~~Help~~

2011-09-06 Thread MonkeyTest
  hi guys,

  I have question.

  How can I get the code coverage when anyone make test by blackbox? I
know the testrunner emma, but it only support the junit test, right?
If I make the blackbox test in android, I want to find the way to get
the code coverage about the target app.

  Thank you very much!!


Ye

-- 
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


[android-developers] Help Me

2011-09-06 Thread Sreenath Reddy Bollam
Hello,
I have developed a small application in which i can store all my
passwords of different domains.
For Example: I saved my email and password of "gmail" in that
application. When i click my saved entry ,the browser will be
launched.
Now, i want to set the email and password directly to the fields in
the site rather than re-entering the username and password.
Anyone please tell me how to do this

Thanks in Advance,

-- 
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


Re: [android-developers] help

2012-05-04 Thread Justin Anderson
Ummm... this forum is for actual Android SDK programming questions.

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Fri, May 4, 2012 at 10:37 AM, waqas aslam wrote:

> hello sir i need SRS(software requirement specification) of social
> networking project kindly tell me which features can i included in this
> project and also tell me the functional and non-functional requirement of
> this project.
>
> --
> 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 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

Re: [android-developers] HELP

2012-05-10 Thread Raghav Sood
Absolutely nothing. This is perfectly normal when testing your app. I guess
you'd want to test your app after this.

Thanks

On Wed, May 9, 2012 at 7:52 PM, RAJA Revanth  wrote:

> [2012-05-09 19:35:57 - Testing] ActivityManager: Starting: Intent {
> act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER]
> cmp=com.drunk/.DrunkDriveManager }
>
>
>
> This is the entry on console after running
> what has to be done to rectify this
>
> --
> 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




-- 
Raghav Sood
https://market.android.com/developer?pub=Appaholics
http://www.appaholics.in/

-- 
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

Re: [android-developers] Help

2012-05-10 Thread Raghav Sood
Post the LogCat, and the relevant code.

thanks

On Thu, May 10, 2012 at 9:16 AM, RAJA Revanth wrote:

> In the console this what i have received
> [2012-05-09 19:59:28 - Testing] Uploading Testing.apk onto device
> 'emulator-5554'
> [2012-05-09 19:59:30 - Testing] Installing Testing.apk...
> [2012-05-09 19:59:34 - Testing] Success!
> [2012-05-09 19:59:34 - Testing] Starting activity
> com.drunk.DrunkDriveManager on device emulator-5554
> [2012-05-09 19:59:35 - Testing] ActivityManager: Starting: Intent {
> act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER]
> cmp=com.drunk/.DrunkDriveManager }
>
> n the error message on the emulator says The application *(process
> com.***.) has stopped unexpectedly. Please Try Again.
>
> --
> 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




-- 
Raghav Sood
https://market.android.com/developer?pub=Appaholics
http://www.appaholics.in/

-- 
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

Re: [android-developers] Help

2012-05-16 Thread Justin Anderson
>
> Any Ideas?
>
Maybe, if you share your layout code with us...

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Wed, May 16, 2012 at 2:26 PM, Mark  wrote:

> Hello Everyone.
>
> ** **
>
> I seem to have this problem in a app I am creating. I have 3 different
> layouts . The 3rd layout has a EditText but when I click on it The soft
> keyboard will not show up. But on the Main layout it will 
>
> Any Ideas?
>
> ** **
>
> Thanks
>
>   Mark
>
> ** **
>
> --
> 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 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

RE: [android-developers] Help

2012-05-16 Thread Mark
OOPs

 

This all happens from a button on the 2nd layout

 

   private View.OnClickListener onAddItem = new View.OnClickListener() {

  public void onClick(View v) {

 

  

 setContentView(R.layout.additem);

 

 //final AlertDialog dialog = null;

 

 

 EditText txtItem = (EditText)
findViewById(R.id.txtgroceryItem);

  InputMethodManager inputMgr =
(InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE);

  inputMgr.showSoftInput(txtItem,  0);

  

   Button btnDone = (Button) findViewById(R.id.btnDone);

   btnDone.setOnClickListener(onDone);

   

   Button btnAddItem = (Button) findViewById(R.id.btnAddGItem);

   btnAddItem.setOnClickListener(onAddTheItem);

   

 

  }

   };

 

From: android-developers@googlegroups.com
[mailto:android-developers@googlegroups.com] On Behalf Of Justin Anderson
Sent: Wednesday, May 16, 2012 3:51 PM
To: android-developers@googlegroups.com
Subject: Re: [android-developers] Help

 

Any Ideas?

Maybe, if you share your layout code with us...

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware



On Wed, May 16, 2012 at 2:26 PM, Mark  wrote:

Hello Everyone.

 

I seem to have this problem in a app I am creating. I have 3 different
layouts . The 3rd layout has a EditText but when I click on it The soft
keyboard will not show up. But on the Main layout it will 

Any Ideas?

 

Thanks

  Mark

 

-- 
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
<mailto:android-developers%2bunsubscr...@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 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 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

[android-developers] HELP PLEASE.

2012-06-29 Thread codedreamer
Hello. Currentyl i have a book called beginning android games by appress 
written by Mario zechner. I COPIED EXACTLY wats in the book for a setup for 
an app and this xml file just wont work. Thanks in advance if u can help 
me. I appreciate it










http://schemas.android.com/apk/res/android";
package="np4.com"
android:versionCode="1"
android:versionName="1.0" 
android:installLocation= "preferExternal">

   


   
   
   
  
   

















-- 
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

[android-developers] Help me!

2012-06-29 Thread nghia tran duc
Hello everyone!
I am newbie, I want to make a program transfer data  on Mydevie vs Android 
OS  by USB port  on Android OS. I think to read data as use Mouse or 
Keyboard, but I don't know to do it, Can u help me!
Thanks !

-- 
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

[android-developers] Help Required

2012-06-30 Thread MMX
I don't even have an android phone.Currently,I use a Java Mobile.I don't 
have enough to buy a good android phone.Neither I have tested any android 
devices.I just have heard that android 4.0 has remarkable features.Can 
anyone help me in this regard??..I just want to have a taste of Android 4.0 
device!!

-- 
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

[android-developers] Help Me!!!!!

2011-08-08 Thread RAJU V
Hi Am RAJU
  Am New to this android development so please help me by giving
some android e-books to develop the apps in beginner manner please am
begging you to send some e-books to develop android application

~~RAJU~~
~~www.itdoall.co.cc~~

-- 
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

[android-developers] Help me!!!

2011-08-10 Thread ram
Hello, I'm trying to find a way to rotate a View, or (more
conveniently) an entire layout, upside down and have it stay that way.
I found the rotation and animation classes in the SDK, and these come
close to what I want, but at the end of the animation I want my Layout
to stay rotated; repeating the animation or just flipping back right-
side-up doesn't help me with my app unfortunately.

The only thing I can think of so far would be to find the source code
for the rotate class, and override it such that the "...and then flip
it back around to be right-side-up" code never happens. I'm not sure
exactly where I'd find the original rotate code for reference if I
were to do something that extensive however.

I've found references online to the full android source - is that
basically what I'd be looking at downloading to be able to attempt
something like this? Am I missing a simple option on the rotation that
would let it just stay put after I rotate it? Any help would be very
much appreciated! Thank you!

-- 
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


Re: [android-developers] Help!!!

2011-08-18 Thread Andrew Pittman
Are you trying to pause a media player that you have created, or are you
trying to pause any media player that may be running or started by another
application?

On Thu, Aug 18, 2011 at 8:27 AM, oliverorav  wrote:

> I'm making an application and I want to know how to pause Android's
> default music player using code? I'm using HTC Sensation, if it
> matters.
>
> Thanks.
>
> --
> 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 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

[android-developers] help please

2009-01-30 Thread Arnauld NDEFO


Hello, I am a young student from cameroon.J like to be part of this
groupe.I am currently developing an application on android and I would
like your help because I have many problem.I want to receive the
coordinate GPS with android ( r on the emulator). First, I have not a
provide but I use the DDMS to generate coordinate.but I can not
receive GPS coordinates provided by the DDMS.This my code

package android.phonedial;

import java.util.List;
import android.app.Activity;
import android.content.Context;
import android.location.Criteria;
import android.location.Location;
import android.location.LocationManager;
import android.location.LocationListener;
import android.location.LocationProvider;
import android.os.Bundle;
import android.widget.TextView;


public class TestProviderController extends Activity {

public  LocationManager locationManager;
public LocationListener locationlistener;
@Override
public void onCreate(Bundle tracabilite) {
super.onCreate(tracabilite);
setContentView(R.layout.main);

String location_context = Context.LOCATION_SERVICE;
locationManager = (LocationManager)getSystemService
(location_context);

testProviders();

}
public void testProviders() {

TextView tv = (TextView)findViewById(R.id.myTextView);
StringBuilder sb = new StringBuilder("Enabled Providers:");
List providers = locationManager.getProviders(true);


for (String provider : providers) {
locationManager.requestLocationUpdates(provider, 1000, 0,
new LocationListener() {
public void onLocationChanged(Location location) {}
public void onProviderDisabled(String provider){}
public void onProviderEnabled(String provider){}
public void onStatusChanged(String provider, int status,
Bundle extras){}
});

 sb.append("\n").append(provider).append(": ");

Location location = 
locationManager.getLastKnownLocation(provider);



if  (location != null)
{
 double lat = location.getLatitude();
 double lng = location.getLongitude();
sb.append(lat).append(", ").append(lng);
} else {
 sb.append("No Location");

}
}
tv.setText(sb);
}
}

thank for your help

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[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.


Re: [android-developers] HELP

2013-05-19 Thread TreKing
On Sun, May 19, 2013 at 10:42 AM, Abhishek Soni wrote:

> I've accidently deleted my workspace. How can I get my Project back?


Look in your OS's Trash or Recycle Bin ... ?

-
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/groups/opt_out.




Re: [android-developers] HELP

2013-05-20 Thread John Coryat
You might also find that the second time you code it up, it will be 
better... Good lesson in backup though.


-- 
-- 
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/groups/opt_out.




Re: [android-developers] HELP

2013-05-20 Thread Guy Smith
OTOH, beware the second-system syndrome: 
http://en.wikipedia.org/wiki/Second-system_effect

On Tuesday, May 21, 2013 12:52:46 AM UTC+10, John Coryat wrote:
>
> You might also find that the second time you code it up, it will be 
> better... Good lesson in backup though.
>
>
>

-- 
-- 
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/groups/opt_out.




[android-developers] Help XFermode

2013-05-28 Thread Tiago Braga
Hello!

I am starting the studies, and decide to make a little program to draw on a
white canvas.

I rode one example of android called "FingerPaint" and I noticed something:
When I select the option "Erase", it uses the following method to clean up
what is on the screen:

mPaint.setXfermode (new PorterDuffXfermode (PorterDuff.Mode.CLEAR));

It cleans up really, but while you're dragging the screen to clear, is
appearing black lines.

How do I solve this?

-- 
Atenciosamente,
Tiago Braga Machado

-- 
-- 
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/groups/opt_out.




[android-developers] help need....

2013-06-07 Thread ramesh babu
public class intro extends Activity {

@Override
protected void onCreate(Bundle ramesh) {
// TODO Auto-generated method stub
super.onCreate(ramesh);
setContentView(R.layout.intro);
Thread a = new Thread();{
public void run(){
try{
sleep(5000);
}catch(InterruptedException e){
e.printStackTrace();
}
finally{
Intent b = new Intent("com.ramesh.mp3playerz.STARTINGPOINT");
startActivity(b);
 }
   }
};
   a.start();
 }

}
in the above activity class public void run method shows error as

Multiple markers at this line
- Syntax error on token "void", @ expected
- Syntax error, insert "EnumBody" to complete
 BlockStatements
- Syntax error, insert "enum Identifier" to complete
 EnumHeaderName
- Syntax error, insert "enum Identifier" to complete
 EnumHeaderName
- Syntax error, insert "EnumBody" to complete
 BlockStatements

-- 
-- 
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/groups/opt_out.




[android-developers] help need

2013-06-08 Thread ramesh babu
any guide to code seek/progress bar in mp3 player or sen source code

-- 
-- 
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/groups/opt_out.




[android-developers] help needed.......

2013-08-02 Thread ramesh babu
suggest me a project in android which is not application
oriented??and it may be a ieee journal paper of 2013

-- 
-- 
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/groups/opt_out.




[android-developers] Help needed..

2014-06-29 Thread Arun M R
Am trying to to develop a new Screen lock android app. Anyone please tell 
me is it possible to override "Home". I tried the following code but it 
giving me a crash

 @Override
public void onAttachedToWindow(){

this.getWindow().setType(WindowManager.LayoutParams.TYPE_KEYGUARD_DIALOG);
super.onAttachedToWindow();

}

I want to stay on the same activity until the user is authenticated..is it 
possible ? Any help is appreciated ..

-- 
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 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.


[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.


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

2010-04-14 Thread BOUNS
Hello,

Currently I am working on an application that aims to detect events
such as telephone (Out going Call …etc) I have a problem with SMS
Editing and SMS Reading i.e. I want to create a receiver that returns
a notification when the user edit an SMS or an e-mail and when he read
an SMS.

Thank you for your help.

-- 
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

To unsubscribe, reply using "remove me" as the subject.


[android-developers] Help Wanted!

2010-08-19 Thread Ahmad
I have been very frustrated with some fundamental issues of Android
programming. It seems to me that reliable knowledge about Android is
both scare volatile. I had imagined that Google people have a vested
interest in nurturing the developers aspiration to learn.

Alas, many of my questions have remained unanswered.

So I am looking for pointers from the good souls visiting here. What's
the best way to unblock some of my problems with Android? Where should
I post my question so that it would be more likely to get an answer.

I am even willing to hire a good soul who would assist me about an
hour a week. I am sure that just getting some of my key questions
answered will get me very far.

I live near Google in the Peninsula. If you feel like helping me and
at the same time making a bit of money, please contact me.

I really appreciate any help (even sympathy!) that anyone can  give me
over here!

best,

Ahmad

-- 
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


  1   2   3   4   5   6   7   8   9   10   >