[android-developers] JAVA developer

2017-02-21 Thread Ravi Pandit
*Java Developer*


* Location: Chicago IL Duration: 6 Months+ Interview: Phone - Skype/F2F*


-Should be very Strong in Java - Fundamentals.
- Extensive Knowledge and interest in established and emerging J2EE
frameworks for Web Services, build, Unit testing, Mocking, Logging is
required
- Should be able to translate technical design into code using J2EE
technology stack.
- Should have developed complex web applications in the past using rich UI
techniques(Ajax, Jquery, prototype, Javascript).
- Should have demonstrated abilities in designing.
- Should be able to write effective unit test cases achieving ~100% code
coverage.
- Should be an avid learner of new technologies, innovate and demonstrate
this attribute.
- Experience in database – SQL/PLSQL is an advantage.
- Excellent communication skills.
- Should have done client facing roles in the past for at least 1.5-2 years.
- Should have experience in product transformation.
Very strong grasp of Unit Testing and a preference for TDD
Proficient in web technologies, excellent AJAX skills (JQuery),
Strong with at least one front-end JavaScript MVC framework such as:
Backbone, Angular, or Ember
Experienced of working in Agile teams with deep understanding and
appreciation for Agile development practices.
Proficiency in Database concepts, Strong knowledge of SQL and experience
with MySQL.
Ability to prioritize and make decisions without needing to be micromanaged

-- 
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/CAKzQ7qjxPOYads7jz-xL%3Dn7UYJV3jXKKAMb_4DCoBtvGJg3HvA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] Re: How to multi select the GridView Item?

2011-01-25 Thread ravi pandit
Hi Freecom,
You can use the technique Listview choicemode.Keep sparse boolean
array for your grid view items and on CheckedChange call
requestLayout().I hope that will help you.


regards,
Ravi Pandit
PathPartner Tech.

On Jan 26, 1:00 am, TreKing treking...@gmail.com wrote:
 On Fri, Jan 21, 2011 at 2:45 AM, and.Freecomm andfreec...@gmail.com wrote:
  1. how to get the state when we clicked the item in my custom ImageView?

 Seems like something you would track yourself. Maybe extending this makes
 sense:http://developer.android.com/reference/android/widget/Checkable.html

   2. how to set checkable for sub ImageView?

 See above.

  3. how to get the subview on onItemClickListner?

 Not sure what you're asking.

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

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


[android-developers] Re: Lost Checked state of check box in ListView while scrolling

2010-10-08 Thread ravi pandit
You might be using AdapterView other than the ListView like GridView
etc

try changing it.It should work.

regards,
ravi
The PPite

On Oct 8, 11:47 am, Rocky rkjhaw1...@gmail.com wrote:
 Hey,
 Thanx for reply,

 but i'm getting ClassCastException at
 ((ListView)parent).isItemChecked(position)



 On Fri, Oct 8, 2010 at 11:14 AM, ravi pandit rhpan...@gmail.com wrote:
  Hey,
   Its supported from the android ListView .Set CHOICE_MODE and use
  methods like

  ((ListView)parent).isItemChecked(position)
  ((ListView)parent).setItemChecked(position, value)

  in your getView() or bindView()

  regards,
  ravi

  On Oct 7, 1:20 pm, Zsolt Vasvari zvasv...@gmail.com wrote:
   No, won't write the code for you.  Just keep the selected item ids in
   a member SparseArray or something.  Add/remove the items as they are
   clicked on and query it when you are binding the view.

   On Oct 7, 2:46 pm, Rocky rkjhaw1...@gmail.com wrote:

thanks for replay,

but how to handle it, please provide the logic or code.

--RKJ

On Thu, Oct 7, 2010 at 11:06 AM, Kumar Bibek coomar@gmail.com
  wrote:
 Since the ListView recylces the convertViews, you will have to keep
  track
 of the items which are selected when they go off the screen. This
  happens
 when you use convert views for lists and recycle it.

 On Thu, Oct 7, 2010 at 11:04 AM, RKJ (Android developer) 
 rkjhaw1...@gmail.com wrote:

 Hi,

 I'm facing problem in scrolling.
 I've 20-25 items in my List, if i checked first check box, scroll
 down, then come up, my checked status lost (becomes unchecked), in
 cursor adaptor. If i use base adaptor problem is resolved but major
 issue with base adaptor is performance, if my list goes beyond the
  100
 items.

 I need help, i'm stuck here since more than 7-8 days

 --
 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.comandroid-developers%2bunsubscr...@googlegroups.com
  android-developers%2bunsubs­cr...@googlegroups.com
 For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

 --
 Kumar Bibek
http://techdroid.kbeanie.com
http://www.kbeanie.com

  --
 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.comandroid-developers%2bunsubscr...@googlegroups.com
  android-developers%2bunsubs­cr...@googlegroups.com
 For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

--
Thanks  Regards

Rakesh Kumar Jha
Software Developer
Symphony Services Corp (India) Pvt Ltd
Bangalore
(O) +918030274295
(R) +919886336619- 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.comandroid-developers%2bunsubscr...@googlegroups.com
  For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

 --
 Thanks  Regards

 Rakesh Kumar Jha
 Software Developer
 Symphony Services Corp (India) Pvt Ltd
 Bangalore
 (O) +918030274295
 (R) +919886336619

-- 
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: Lost Checked state of check box in ListView while scrolling

2010-10-07 Thread ravi pandit
Hey,
 Its supported from the android ListView .Set CHOICE_MODE and use
methods like

((ListView)parent).isItemChecked(position)
((ListView)parent).setItemChecked(position, value)

in your getView() or bindView()


regards,
ravi

On Oct 7, 1:20 pm, Zsolt Vasvari zvasv...@gmail.com wrote:
 No, won't write the code for you.  Just keep the selected item ids in
 a member SparseArray or something.  Add/remove the items as they are
 clicked on and query it when you are binding the view.

 On Oct 7, 2:46 pm, Rocky rkjhaw1...@gmail.com wrote:

  thanks for replay,

  but how to handle it, please provide the logic or code.

  --RKJ

  On Thu, Oct 7, 2010 at 11:06 AM, Kumar Bibek coomar@gmail.com wrote:
   Since the ListView recylces the convertViews, you will have to keep track
   of the items which are selected when they go off the screen. This happens
   when you use convert views for lists and recycle it.

   On Thu, Oct 7, 2010 at 11:04 AM, RKJ (Android developer) 
   rkjhaw1...@gmail.com wrote:

   Hi,

   I'm facing problem in scrolling.
   I've 20-25 items in my List, if i checked first check box, scroll
   down, then come up, my checked status lost (becomes unchecked), in
   cursor adaptor. If i use base adaptor problem is resolved but major
   issue with base adaptor is performance, if my list goes beyond the 100
   items.

   I need help, i'm stuck here since more than 7-8 days

   --
   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.comandroid-developers%2bunsubs­cr...@googlegroups.com
   For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en

   --
   Kumar Bibek
  http://techdroid.kbeanie.com
  http://www.kbeanie.com

    --
   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.comandroid-developers%2bunsubs­cr...@googlegroups.com
   For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en

  --
  Thanks  Regards

  Rakesh Kumar Jha
  Software Developer
  Symphony Services Corp (India) Pvt Ltd
  Bangalore
  (O) +918030274295
  (R) +919886336619- 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


[android-developers] Re: How to compile Android Launcher source code?

2010-09-24 Thread ravi pandit
Hi,
 For building Launcher you have to make sure the full android source
code is built once.Later to build Launcher eexcute 'make Launcher' at
the android root directory.It should generate Launcher.apk for you to
install.

regards,
Ravi -The PPite
PathPartner Tech

On Sep 22, 2:18 pm, Paolo brand...@gmail.com wrote:
 Dianne thanks for your answer.

 Well, at the moment I don't want to place my Launcher on the Market,
 but only to do it for a private use on my Froyo 2.2 device.
 My idea is to compile the default Launcher in Eclipse and to modify/
 extend it with different features, as ADW Launcher did.

 How can I do this? I'm thinking to re-compile Android from source
 code, is the right way?

 Please answer me.

 Thamks,

 Paolo

 On 21 Set, 19:14, Dianne Hackborn hack...@android.com wrote:

  Launcher currently uses a number of experimental/private APIs.

  If you are doing this to create something you will place on Market, you
  *must* change the code to not use those APIs.

  If you are doing this as part of platform development for a device,
  personally I would recommend just using the platform's build system.

  Any tricks one uses to build Launcher in Eclipse without fixing the code
  will *not* create an application that should be placed on market.  (And if
  you do, I can guarantee that future versions of the platform will break the
  resulting app.)

  On Tue, Sep 21, 2010 at 9:26 AM, Paolo brand...@gmail.com wrote:
   I followed the guide you have posted. Thanks a lot.

   Now I can see the android SDK source code in Eclipse, but I'm still
   not able to compile the Launcher anyway... Eclipse always shows the
   same error on the Launcher code... why? Is there something I don't
   undestand?

   Thanks,
   Paolo

   On 21 Set, 13:01, mani smanikanda...@gmail.com wrote:
Hi you cannot compile the Launcher code in eclipse with SDK.

Certain API's are private not exposed to the public SDK.

Ex. import android.renderscript.*

But there are certain ways to compile AOSP in eclipse. Please go
through this link.
  http://blog.michael-forster.de/2008/12/view-android-source-code-in-ec...

Thanks,
Mani

On Sep 21, 6:21 pm, Paolo brand...@gmail.com wrote:

 I have just donwload the source code of the Android default Launcher
 here:
  http://android.git.kernel.org/?p=platform/packages/apps/Launcher.git;...

 But when I import the project, i can't compile it because there is a
 lot of errors. Many of this are unresolved name, package, class and
 variables... why? what is the problem? How can I solve it?

 Please 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.comandroid-developers%2Bunsubs
cr...@googlegroups.com
   For more options, visit this group at
  http://groups.google.com/group/android-developers?hl=en

  --
  Dianne Hackborn
  Android framework engineer
  hack...@android.com

  Note: please don't send private questions to me, as I don't have time to
  provide private support, and so won't reply to such e-mails.  All such
  questions should be posted on public forums, where I and others can see and
  answer them.



-- 
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: passing multi dimensional string array between two actvities.

2009-12-01 Thread ravi pandit
dude..just make ur member fields static ..you wud be able to access
from any other classes including the one subclassing Activity..


On Dec 1, 3:37 am, TonyDoc tony...@gmail.com wrote:
 is there a reason you cannot make the array public?

 On Nov 30, 5:55 am, pavan pavankumar.k...@gmail.com wrote:

  Here is my Problem :

  I want to pass multi dimensional String array between two activities
  or pages.

  I already tried with bundle.putextra like methods. But those allow
  only one dimensional string array.

  I really hope you can help me with example java code on this . Here is
  my String array, final String[][] arr2={{1,pavan},{2,kumar},
  {3,kora}};

  Please do reply.Its very urgent for my project .

  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