Re: [android-developers] need code for retrieve and display browser history and bookmarks...

2014-06-19 Thread ramesh babu
coded everything except history and bookmarks... On Thu, Jun 19, 2014 at 4:59 AM, TreKing wrote: > > On Wed, Jun 18, 2014 at 12:05 PM, ramesh babu > wrote: > >> hello frnds, i new to android, trying to create browser app. anyone guide >> me how to code to retrieve and display history and book

[android-developers] How to animate the height of a view?

2014-06-19 Thread Sheng-Dean
Hello, I would like to animate the height of a View to make it look like it is expanding. My current implementation involves a custom Animation class that invokes getLayoutParams() and changes the height variable in the applyTransformation() method. It looks like this: @Override prote

Re: [android-developers] How to animate the height of a view?

2014-06-19 Thread Παύλος-Πέτρος Τουρνάρης
https://stackoverflow.com/questions/4946295/android-expand-collapse-animation On Thu, Jun 19, 2014 at 11:07 AM, Sheng-Dean wrote: > Hello, > > I would like to animate the height of a View to make it look like it is > expanding. > > My current implementation involves a custom Animation class t

Re: [android-developers] How to animate the height of a view?

2014-06-19 Thread Sheng-Dean
Thanks for your reply. However, the problem I am encountering is the required call to requestLayout(). Even when my view hierarchy is not complex, calling requestLayout() every time the animation needs to update causes many frames to drop and look very choppy. I am hoping to find a way to parti

[android-developers] MotionEvent.ACTION_CANCEL allways called inmediatly after MotionEvent.ACTION_DOWN

2014-06-19 Thread saex
Welcome all I'm developing an augmented reality app that consists in a camera view with some linear layouts on the screen representing the position of a POI in the camera. The LinearLayouts contains some view elements that implements onTouchListener and have the action to open a new activit

[android-developers] display PNG images as icons

2014-06-19 Thread prudhvi
Hi Guys , I am using grid view layout for home page display . For this , I intend to display an icon for each functionality (ex: home , print , people , campus..etc). When I copy the image ICON into drawable folder they are being converted into PNG images . Is there any way to display

Re: [android-developers] need code for retrieve and display browser history and bookmarks...

2014-06-19 Thread TreKing
On Thu, Jun 19, 2014 at 2:52 AM, ramesh babu wrote: > coded everything except history and bookmarks... OK, and what have you attempted so far towards solving your current problem? Where exactly are you stuck? -