[android-developers] what is the layout of google+ app?

2012-07-09 Thread Eyal Berman
i want build something like that. i need a main feed, and a slide menu on the left that will change the main screen. it's need to work on android 2.1 to 4.1 -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] C2DM question

2012-05-17 Thread Eyal Berman
in my onCreate of the main avtivity i put that code Intent registrationIntent = new Intent(com.google.android.c2dm.intent.REGISTER); registrationIntent.putExtra(app, PendingIntent.getBroadcast(this, 0, new Intent(), 0)); // boilerplate registrationIntent.putExtra(sender, bermane...@gmail.com);

Re: [android-developers] C2DM question

2012-05-17 Thread Eyal Berman
you've added additional logic you're not showing. On Thu, May 17, 2012 at 3:02 AM, Eyal Berman bermane...@gmail.com wrote: in my onCreate of the main avtivity i put that code Intent registrationIntent = new Intent(com.google.android.c2dm.intent.REGISTER); registrationIntent.putExtra(app

Re: [android-developers] C2DM question

2012-05-17 Thread Eyal Berman
it. Additionally, it may change periodically without request. Make sure the server always receives the latest registration id broadcasted. See https://developers.google.com/android/c2dm/#registering for more info. On Thu, May 17, 2012 at 11:35 AM, Eyal Berman bermane...@gmail.comwrote: did

[android-developers] date format problem

2012-03-30 Thread Eyal Berman
i try to format a date from XML file the date is in the format Thu, 15 Mar 2012 00:00:00 +0200 i use that code but get an error SimpleDateFormat formatter = new SimpleDateFormat(E, dd MMM HH:mm:ss Z); Date date = formatter.parse(Thu, 15 Mar 2012 00:00:00 +0200); SimpleDateFormat

[android-developers] How to call a method from one tab to another?

2012-02-06 Thread Eyal Berman
i have a tabActivity that hold 3 tabs. from one tab i want to open another tab and run a method that refresh the data. i use public void switchTabInActivity(int indexTabToSwitchTo) { MyTabsActivity ParentActivity; ParentActivity = (MyTabsActivity) this.getParent();

[android-developers] How to secure my web service?

2012-01-17 Thread Eyal Berman
my android app is using a small php web-service. how can i secure it so that just my app could get the data? Eyal -- 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

[android-developers] images overlay on layout

2011-08-07 Thread Eyal Berman
Hi, I trying to implement a image as background and put images on top of it. this is my layout. Code: FrameLayout android:id=@+id/my_ph xmlns:android=http://schemas.android.com/apk/res/android; android:layout_width=wrap_content android:layout_height=wrap_content ImageView

[android-developers] my app didn't show in motorola milestone phones

2011-08-02 Thread Eyal Berman
i donw know why, samsung galaxy i9000 can download it but i cant see it in my motorola milestone -- 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