Re: [android-developers] Experienced Android developer needed

2014-11-10 Thread priya abc
I m available .



On Mon, Nov 10, 2014 at 4:30 AM, jtoolsdev brianjto...@gmail.com wrote:

 The proper way to do a contract is to have a signing fee which is very
 standard in the industry.  That way you are always ahead moneywise in the
 game.  If they won't do a signing fee that then you don't want to work for
 them.

 On Thursday, November 6, 2014 3:16:34 AM UTC-8, vonguyen wrote:

 Hi Guys,

 I have worked for this guys in last year. I completed the projects for
 him but he didn't pay for me.

 It is a worst guy that I work.

 Regards,

 O

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


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] Re: Navigation Tabs converted to Drop down on orientation change in Action bar of ICS.

2012-11-16 Thread priya abc
After tab added to actionBar then setNavigationmode for tab

Tab tabDemo=mTabsAdapter.addTab(bar.newTab().setText(ABC),.Abc.class, *
null*,Abc);

.

.

.

bar.setNavigationMode(ActionBar.Navigation_mode_tabs);

it shows tabs in tabbed view mode.

it works for me.



**
**





On Wed, Jul 25, 2012 at 10:57 AM, up2mandori up2mand...@gmail.com wrote:

 I saw the sample code below.
 However, this code has to question.
 If the drop-down tab to be changed to reselect the listener does not work.
 If I choose the tab you want to be updated.
 We'll be waiting for quick response.

 On Friday, January 13, 2012 8:32:14 PM UTC+9, Sudeep wrote:

 Hi Guys,

 I have a query related to Action bar in ICS.

 As we all know Action bar supports both mode , 1. Navigation Tabs 2.
 Drop-down Navigation.

 I have an Activity with Action bar and added Navigation Tabs such that
 each Tab text is lengthy. (say TAB1, TAB2, TAB3,
 TAB4. etc...) So the view i will be seeing in the portrait mode
 will be as shown in snapshot_portrait.png which is attached with this
 email. If the Tab doesn't fit in Portrait mode, the desired tab can be
 reached by fling action.

 Now changing the orientation, the Tabbed view changes to a drop down
 if all the tabs doesnt fit the entire landscape view width.

 I wanted to have the same Tabbed views in landscape mode too where
 fling action can slide the tabs..

 Please can anybody let me know how can i achieve this.

 Appreciate your quick reply.

 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] Android Multiple Screen Support for tablet

2012-09-19 Thread abc
  
   RelativeLayout 
xmlns:android=http://schemas.android.com/apk/res/android;
android:id=@+id/mainlayout
android:layout_width=fill_parent
android:layout_height=450dp
android:background=#f8f9fe 

LinearLayout
android:id=@+id/linearLayout1
android:layout_width=fill_parent
android:layout_height=wrap_content
android:orientation=vertical 

LinearLayout
android:id=@+id/extremelysorry
android:layout_width=fill_parent
android:layout_height=wrap_content
android:layout_marginLeft=10dp
android:layout_marginRight=20dp
android:layout_marginTop=30dp
android:background=@drawable/pressicon
android:orientation=vertical 

TextView
android:id=@+id/extremelysorry1
android:layout_width=match_parent
android:layout_height=wrap_content
android:layout_marginTop=1dp
android:padding=5dip
android:text=  quot;We are extremely sorry, request your 
valuable comment , somebody will get back to you shortlyquot;.
android:textColor=#FF
android:textSize=20dip
android:textStyle=bold /
/LinearLayout

LinearLayout
android:id=@+id/layout_name
android:layout_width=fill_parent
android:layout_height=35dp
android:layout_marginLeft=10dp
android:layout_marginRight=20dp
android:layout_marginTop=20dp
android:background=@drawable/pressicon
android:orientation=vertical 

TextView
android:id=@+id/signetno
android:layout_width=match_parent
android:layout_height=wrap_content
android:layout_marginTop=1dp
android:padding=5dip
android:text= Please enter your Loyalty Card 
No/Name,Mobile No/Name,Email ID
android:textColor=#FF
android:textSize=20dip
android:textStyle=bold /
/LinearLayout

LinearLayout
android:id=@+id/LinearLayout03
android:layout_width=wrap_content
android:layout_height=wrap_content
android:layout_marginLeft=70dp
android:orientation=vertical android:layout_marginTop=30dp

LinearLayout
android:id=@+id/LinearLayout02
android:layout_width=wrap_content
android:layout_height=wrap_content
android:layout_marginTop=5dp 

LinearLayout
android:layout_width=250dp
android:layout_height=wrap_content
android:background=@drawable/labelbg 

TextView
android:id=@+id/loyaltyLable
android:layout_width=wrap_content
android:layout_height=wrap_content
android:layout_marginLeft=7dp
android:layout_marginTop=3dp
android:padding=5dp
android:text=Membership Card No.
android:textColor=#FF
android:textSize=20dp /
/LinearLayout

EditText
android:id=@+id/ed_cardno
android:layout_width=wrap_content
android:layout_height=30dp
android:layout_marginLeft=50dp
android:layout_weight=1
android:background=@drawable/textbox_n
android:ems=10
android:hint=Touch here to enter
android:imeOptions=actionDone|flagNoExtractUi
android:inputType=number
android:paddingLeft=5dp
android:singleLine=true
android:textSize=20dp /
/LinearLayout

LinearLayout
android:id=@+id/layout_age
android:layout_width=wrap_content
android:layout_height=wrap_content
android:paddingTop=5dp 

LinearLayout
android:layout_width=250dp
android:layout_height=wrap_content
android:background=@drawable/labelbg 

TextView
android:layout_width=wrap_content
android:layout_height=wrap_content
android:layout_marginLeft=7dp
android:layout_marginTop=3dp
android:padding=5dp
android:text=Name
android:textColor=#FF
android:textSize=20dp /
/LinearLayout

EditText
android:id=@+id/ed_name

[android-developers] Add additional blank element or select string in SimpleCursorAdapter for spinner

2012-05-24 Thread priya abc
Hello,


Spinner spIdentification1=(Spinner) findViewById(R.id.spinner1);

 Cursor cursorIdentification= *this*.dbH1.getReadableDatabase().query(
MasterIdentifierType,*new* String[] { IdentifierTypeUid _id,
ExternalID,ObjectName, Description, ListOrder,CreatedDate,
CreatedByUid, ModifiedDate,ModifiedByUid },   //define cursor data

*null*, *null*, *null*, *null*, *null*);

SimpleCursorAdapter adpIdenti== *new* SimpleCursorAdapter(*context*
,android.R.layout.*simple_spinner_item*, cursorIdentification, *new*String[] {
Description }, *new* *int*[] { android.R.id.*text1* });//creating
adapter

adpIdenti.setDropDownViewResource(android.R.layout.*
simple_spinner_dropdown_item*);

spIdentification1.setAdapter(adpIdenti);





i want to add one extra element into simplecursoradapter as blank or
select .. but i am not able to add it

i want fist element null or blank or select ...:

Thanks in adavance.



Regards,

Pranita Patil

-- 
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] tablet is hang due to full internal storage memory

2012-04-13 Thread priya abc
Hello,

I run application from eclipse .it installed directly on tablet internal
memory storage.that` why it memory is almost full.
Then I am trying to uninstall it but it is not removing.
So i just power off the tablet and did power on..but it is not going into
home screen ...it showing only starting logo.
Now What should i do?

It is china tablet 7inch ...model is crane v1.4 somthing like that.

-- 
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] AndRoid Application

2011-09-12 Thread abc xyz
can any one tall me how to develop Android Applications in DotNet

-- 
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] Re: How to develop an app that involves google maps

2011-09-12 Thread abc xyz

It can be done in Java

-- 
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] Clear calling activity on finish

2011-03-02 Thread abc def
Hi can somebody please suggest...
i am getting

02-28 07:31:41.408: DEBUG/SntpClient(66): request time failed:
java.net.SocketException: Address family not supported by protocol

in my logcat repeatedly for 5 hours or so...can somebody please
suggest a solution

On 2/28/11, Manish Garg mannishga...@gmail.com wrote:
 Hi,

 In my application, I want that my first screen which is login page
 should not come back after pressing back key. I had set noHistory tag
 for it.

 but now i have one more task to do, if my session has expired, i want
 to come back to login page and also clear my stack, i am trying
 FLAG_ACTIVITY_CLEAR_TOP. To do this I have to remove noHistory tag.

 Please help me, so that i can achieve both functionality. In normal
 functioning my application should not be able to traverse back to
 login page but if session has expired, i want to come back to login
 page and also clear my stack

 --
 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] Re: NullPointer Exception

2011-03-02 Thread abc def
Hi can somebody please suggest...
i am getting

02-28 07:31:41.408: DEBUG/SntpClient(66): request time failed:
java.net.SocketException: Address family not supported by protocol

in my logcat repeatedly for 5 hours or so...can somebody please
suggest a solution

On 2/27/11, Hendrik Greving fourhend...@gmail.com wrote:
 I found it. I learned that with Run-Add Java Exception Breakpoint you can
 actually catch the exception
   - Original Message -
   From: Hendrik Greving
   To: Android Developers
   Sent: Sunday, February 27, 2011 3:03 PM
   Subject: NullPointer Exception


   Hi I am getting a NullPointerException but no real log where it occurs.
 How can I debug this? It crashes when it returns from onCreate from the
 first Activity

   ActivityThread.performLaunchActivity(ActivityThread$ActivityRecord,
 Intent) line: 2496
   ActivityThread.handleLaunchActivity(ActivityThread$ActivityRecord, Intent)
 line: 2512
   ActivityThread.access$2200(ActivityThread, ActivityThread$ActivityRecord,
 Intent) line: 119
   ActivityThread$H.handleMessage(Message) line: 1863
   ActivityThread$H(Handler).dispatchMessage(Message) line: 99
   Looper.loop() line: 123
   ActivityThread.main(String[]) line: 4363

 --
 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] Re: Saving layout file is very slow with Eclipse / ADT

2011-03-02 Thread abc def
Hi can somebody please suggest...
i am getting

02-28 07:31:41.408: DEBUG/SntpClient(66): request time failed:
java.net.SocketException: Address family not supported by protocol

in my logcat repeatedly for 5 hours or so...can somebody please
suggest a solution

On 2/27/11, Zsolt Vasvari zvasv...@gmail.com wrote:
 It's been that way for a very long time.  It's not the ADT version,
 but the # or combined size of the resource files that seems to
 matter.  Perhaps you reached that magic value coincidentally the
 same time as the new ADT?



 On Feb 28, 9:37 am, Arron arro...@gmail.com wrote:
 I found this to be a problem in ADT 10.  It's super slow to edit an
 XML file.  It keeps rebuilding (to generate the new R) but it's
 painstakingly slow.  I didn't have this issue until the recent
 upgrade.  Makes it nearly unbearable to make any changes in the XML
 under eclipse.  I had to edit it outside and refresh the xml portion
 so it will build only once.

 On Feb 19, 7:03 am, Tom thomas.bruye...@gmail.com wrote:



  Hi all,

  I'm a little disappointed, every time I save a layout file under
  Eclipse, it
  takes about 20~30 seconds ... It's very slow...

  Do somebody know why ? Is there a workaround ?

  I'm using an Intel i7 with Eclipse Elios and ADT
  9.0.0.v201101191456-93220

  --Tom- Hide quoted text -

 - Show quoted text -

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