[android-developers] Question about android.view.WindowManagerImpl

2011-01-27 Thread argon gold
Hi, I want to reuse the drag and drop control code from luncher application. But I found it uses some of private API such as android.view.WindowManagerImpl class. Since I am developing my application in SDK I can not use it. Can any one suggest some work around for it. Thanks in advance.

Re: [android-developers] AbsListView and AbsSpinner design intention versus documentation

2011-01-22 Thread argon gold
Any one from Google team can respond on follow issue? On Sat, Jan 22, 2011 at 11:07 AM, argon gold argongol...@gmail.com wrote: Hi Romain , Sorry for the repeated message as I guess my first message went to just one person. I have following two questions related to AbsSpinner and I expect

Re: [android-developers] AbsListView and AbsSpinner design intention versus documentation

2011-01-21 Thread argon gold
Hi Romain , Sorry for the repeated message as I guess my first message went to just one person. I have following two questions related to AbsSpinner and I expect you can clarify the situation here. 1. In my application I have extended AbsSpinner class and after compiling in eclipse and sdk .

Re: [android-developers] Re: getHitRect() returns hit to a different image item in a Customize List

2011-01-20 Thread argon gold
Hi Hari Edo, You can view the effect I am doing in movie at following youtube link. http://www.youtube.com/watch?v=TMaMpp8eg4s It is on the left side a deck of cards when slide up or a fling action happen they moves upward at different angles and finally at one stage each card gets straighten

Re: [android-developers] Re: getHitRect() returns hit to a different image item in a Customize List

2011-01-20 Thread argon gold
Deck of cards is on the RIGHT side , sorry my mistake. On Thu, Jan 20, 2011 at 11:28 PM, argon gold argongol...@gmail.com wrote: Hi Hari Edo, You can view the effect I am doing in movie at following youtube link. http://www.youtube.com/watch?v=TMaMpp8eg4s It is on the left side a deck

[android-developers] Job Opportunity/ Freelance Android Developer

2010-12-24 Thread argon gold
Hi Guys, If you got two years experience on Android and have completed one or more UI design projects and interested for full time job or freelance project. Send me your CV at argongol...@gmail.com. Regards, argongold -- You received this message because you are subscribed to the Google Groups

[android-developers] Custom View with Children Implemented onGestureListener

2010-12-22 Thread argon gold
Hi, I have a custom View with Children and it has also implemented OnGestureListener. In custom view class I have also overridden onSingleTapUp() function as below. @Override public boolean onSingleTapUp(MotionEvent e) { // TODO Auto-generated method stub return false; }

[android-developers] Re: Custom View with Children Implemented onGestureListener

2010-12-22 Thread argon gold
public class MainActivity extends Activity{ } I want to implement a touch on the child of CustomView from MainActivity class. Thanks in advance for you help argongold On Thu, Dec 23, 2010 at 12:38 AM, argon gold argongol...@gmail.com wrote: Hi, I have a custom View with Children

[android-developers] How to add Google Search Widget in my App Activity or Screen

2010-12-07 Thread argon gold
Hi, How will I add Google Search Widget in my Activity either by XML file or through Java code ( or any other Pre-Built widget). Suppose I have a simple activity which display a Linear Layout with Google Search Widget in it on screen. Thanks in advance for your help Regards, argongold --

Re: [android-developers] How to add Google Search Widget in my App Activity or Screen

2010-12-07 Thread argon gold
...@commonsware.comwrote: There is no Google Search Widget in Android. If you want the Quick Search Box, you do not add it to an activity, but rather integrate with Android's search framework: http://developer.android.com/guide/topics/search/search-dialog.html On Tue, Dec 7, 2010 at 9:16 PM, argon gold

Re: [android-developers] Re: Interface Design Question

2010-10-21 Thread argon gold
suspect it will be simpler to manage it yourself rather than try to force a ListView.to co-operate. William On Oct 21, 1:44 pm, argon gold argongol...@gmail.com wrote: Hi, I have uploaded the interface picture that I'd like to design and check it a link give below http

[android-developers] Re: Interface Design Question

2010-10-20 Thread argon gold
Any one have suggestion on this ? On Tue, Oct 19, 2010 at 9:31 AM, argon gold argongol...@gmail.com wrote: Hello, I'd like to get your suggestion for best option to implement the following interface on android 2.2. 1. Folders (or folder windows displayed as pictures) are assembled

[android-developers] Re: Interface Design Question

2010-10-20 Thread argon gold
this type of interface. Looking forward for your suggestion, argongold On Thu, Oct 21, 2010 at 10:37 AM, argon gold argongol...@gmail.com wrote: Any one have suggestion on this ? On Tue, Oct 19, 2010 at 9:31 AM, argon gold argongol...@gmail.com wrote: Hello, I'd like to get your

[android-developers] Interface Design Question

2010-10-18 Thread argon gold
Hello, I'd like to get your suggestion for best option to implement the following interface on android 2.2. 1. Folders (or folder windows displayed as pictures) are assembled or places as a deck of cards on screen 2. when using a touch (scroll up motion) each folder windows move up (scroll up)

Re: [android-developers] Re: is there a way to implement screenshot functionality in android

2010-09-12 Thread argon gold
Hi Bryan, There is a screen capture application for android. Please check it. http://www.androlib.com/android.application.net-srcz-android-screenshot-zEtD.aspx Some one comments on this application as Absolutely Great, Works fine, Its the easiest way to take ScreenShots on your android used

[android-developers] Re: Freelance Android Projects

2010-09-03 Thread argon gold
Please send your CV at argongold10 AT gmail DOT com. On Thu, Sep 2, 2010 at 11:07 PM, argon gold argongol...@gmail.com wrote: Hi Developers, If you are expert in 2D/3D , OpenGL on Android Platform and you are from PAKISTAN, BANGLADESH, VIETNAM OR RUSSIA. Please send me you CV

[android-developers] Freelance Android Projects

2010-09-02 Thread argon gold
Hi Developers, If you are expert in 2D/3D , OpenGL on Android Platform and you are from PAKISTAN, BANGLADESH, VIETNAM OR RUSSIA. Please send me you CV for Freelance Android based Projects with details of your previously completed Android Projects. *Note:* You must be good in 2D/3D, Advanced

Re: [android-developers] Re: Excellent UI Design from TAT

2010-08-27 Thread argon gold
for Android 1.0. On Thu, Aug 26, 2010 at 6:25 PM, argon gold argongol...@gmail.comwrote: Sure, their design is innovative and unique. Is it possible based on current UI frame work we can obtain such effects and slick design. What I Konw TAT has design their own frame work beside using

[android-developers] Excellent UI Design from TAT

2010-08-26 Thread argon gold
TAT has designed an excellent UI for android . Please check it here . http://www.youtube.com/watch?v=bOGmnnGpoqg I want to know if you guys have any idea what specific technology (beside OpenGL ES) they are using to design this kind of effects? Does any body know how to achieve Paper Roll Off

Re: [android-developers] Re: Excellent UI Design from TAT

2010-08-26 Thread argon gold
Sure, their design is innovative and unique. Is it possible based on current UI frame work we can obtain such effects and slick design. What I Konw TAT has design their own frame work beside using OpengGL and they are selling only to Vendors. Is any one from Google UI Team can comment on it.

[android-developers] Checking the catagory of an installed application

2010-08-17 Thread argon gold
Hi, Is there any way, I can check the catagory of my installed applications in code . Such as I want to catagorise the installed games under Games heading and similary for other applications in other catagories. Has any one done this? and how? Thanks in advance argongold -- You received this