[android-developers] Upgraded JSON Signature Scheme

2013-12-20 Thread Anders Rundgren
https://openkeystore.googlecode.com/svn/resources/trunk/docs/jcs.html
http://webpki.org/downloads/secure-json-4-android-v1.00.zip

New and complete spec. in HTML5.

Anders

-- 
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] Questions about Google Play's app translation services

2013-12-20 Thread Ben H
i need to translate my app into different languages, but i'm befuddled by 
google play's app translation service. it's pathetic how little information 
google offers about this service. what's the difference between the 
"translate" and "translate and review" options, besides price? google play 
presents several different companies to choose from, but i have no idea 
which is best. does anyone have a recommendation? is there a better service 
to use besides google play?

cheers,
ben

-- 
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] Re: I deploy this app to my cell and I have error:"user account must be select firs !!!!"

2013-12-20 Thread neuber jose sousa
[IMG]http://i43.tinypic.com/2r7u0ip.png[/IMG]

my problem now is this

Em sexta-feira, 20 de dezembro de 2013 20h41min16s UTC-2, neuber jose sousa 
escreveu:
>
>
> https://github.com/ryanfx/GarageAndroid/blob/master/src/com/blogspot/ryanfx/activity/MainActivity.java
>
> in line 157 talk about error
>
> The original project is: 
> http://ryanfx.blogspot.com.br/2013/06/raspberry-pi-powered-android-controlled.html..
> ..
>
>
> What should I do here   Where did I go wrong 
>

-- 
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] I deploy this app to my cell and I have error:"user account must be select firs !!!!"

2013-12-20 Thread neuber jose sousa
https://github.com/ryanfx/GarageAndroid/blob/master/src/com/blogspot/ryanfx/activity/MainActivity.java

in line 157 talk about error

The original project is: 
http://ryanfx.blogspot.com.br/2013/06/raspberry-pi-powered-android-controlled.html


What should I do here   Where did I go wrong 

-- 
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] Re: In-App billing delete subscription items

2013-12-20 Thread Nathan
True story: 
I have a deprecated product that does not show up in the app. I have gotten 
stray orders anyway. Apparently some people haven't updated the app since 
July. I don't even know how they are buying it because the pre July app 
queried a server that has been decommissioned. 

Inactivating the product had undesirable effects on those who had bought 
when it was still valid. 

I just changed the price to $99. That should stop them.  

Nathan

-- 
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] Can a broadcast receiver to handle alarm be used to receive other intents ?

2013-12-20 Thread Steve Gabrilowitz
There is nothing inherently wrong with doing this, and it may make sense if
you want to have some common processing for both intents.  On the other
hand if both intents have completely different processing then it it would
probably make more sense to implement a different receiver.
On Dec 15, 2013 1:39 PM, "Amit"  wrote:

> I have a broadcast receiver which is used to handle an alarm. Is it
> recommended to use the same receiver to handle other intents, e.g -
> BOOT_COMPLETE ?
>
> --
> 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.
>

-- 
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] ViewPager and ListFragments with onLongClick listener problem

2013-12-20 Thread Παύλος-Πέτρος Τουρνάρης
Hello to everyone! I tried asking this in StackOverflow and had to no luck
so you are my last hope!

http://stackoverflow.com/questions/20681055/viewpager-and-listfragment-with-onlongclick-strange-behaviour

The problem is clearly described in the above link! If you want me to
clarify anything more please feel free to tell me and i will answer asap!

Thank you in advance!

-- 
*Παύλος-Πέτρος Τουρνάρης*
*Android  & Software Developer*

   - http://about.me/pavlospt
   - *http://acschedule.org *

-- 
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] onitemclicklistener connected with 2 spinners

2013-12-20 Thread Mark G
Dears i will need your suppot as i am tring to create 2 Spinners and i 
tried to connect between those spinners by them content items using 
onitemclicklistener my plan is
when i choese item in first spinner and write number in text view then 
selected item from second spinner it gives answer in the second text view i 
would like to share with you the codes i use it :


public class te extends Activity implements OnItemSelectedListener  {
// needed extend activity to allow it to go throw that 



   Spinner Spte1;
   String[] path1 ={"Celsius", "Kelvin","Farenheit"};
   

   Spinner Spte2;
   String[] path2 ={"Celsius","Kelvin","
Farenheit"};

   EditText ETTE1;
   EditText ETTE2;

protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.temperature);
ETTE1 = (EditText) findViewById(R.id.ette1);
ETTE2 = (EditText) findViewById(R.id.ette2);
//need to connect it with xml file named ma2


ArrayAdapter adabter =new ArrayAdapter(te.this, 
android.R.layout.simple_spinner_item,path1);
Spte1 = (Spinner)findViewById(R.id.spte1);
Spte1.setAdapter(adabter);

ArrayAdapter adabter2 =new 
ArrayAdapter(te.this, android.R.layout.simple_spinner_item,path2);
Spte2 = (Spinner)findViewById(R.id.spte2);
Spte2.setAdapter(adabter2);

}


@Override
public void onItemSelected(AdapterView arg0, View arg1, int arg2,
long arg3) {
// TODO Auto-generated method stub
int position1 = Spte1.getSelectedItemPosition();
switch (position1){

case 0:


break;

case 1:

break;
case 2:

break ;
}
}

@Override
public void onNothingSelected(AdapterView arg0) {
// TODO Auto-generated method stub
   }}


appreciate your support guys and sorry for my bad English .

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