I´m trying to get some information about how I could implement such a Button like Facebook does in the new version of the app. Actually I am not sure if this button comes from Facebook or from Facebook messenge app but it was the easiest way to have an example of what I would like to achieve.
They add a draggable floating Button anywhere you are when getting a new message notification, anybody has and idea about how they achieved that?
Thanks in advance.
Edited:
Toucher: other app which uses what I´d like to achieve. Just below can find a link from Google Play
https://play.google.com/store/apps/details?id=com.gau.go.touchhelperex&feature=nav_result#?t=W251bGwsMSwxLDMsImNvbS5nYXUuZ28udG91Y2hoZWxwZXJleCJd
see if this help
http://forum.xda-developers.com/showthread.php?t=1688531
this library has drag view outside the app
Related
I am trying to figure out how to implement this feature in a listview of android:
https://i.ytimg.com/vi/ir1xdtIb-g0/maxresdefault.jpg
Please help me to sort this out.
I know how to show popup. But i'm in need to show the popup with animation like facebook like option. And also i want to implement same animation when selecting reactions icon in popup same like facebook like option like the below image. could you please suggest me any idea to do this?
Facebook has made its own library to implement this animation. This animation includes image rendering.
Now they have published that library for every fellow developer named KeyFrame.
Add their dependency file.
compile 'com.facebook.keyframes:keyframes:1.0'
You can download the sample and explore the ideas.
I hope this will help you.
You may be familiar with the gmail button on the top left corner of the gmail app for android. And the same button is in google chrome too. Now I am working on an app that have the same button at the same place as the gmail app has. I want to get some help from you people, that how should I start it what should I do for it. Please give me an idea to start it. below is the image
Most of the Google's apps use ActionBar which is the box at the top the application.
Read More:
http://developer.android.com/guide/topics/ui/actionbar.html
I need to show a drop down view when user clicks on icon.
]1
How can i design please help me
You can check this:
How is Facebook Chat Heads implemented?
What APIs in Android is Facebook using to create Chat Heads?
The one which I refered is
http://www.piwai.info/chatheads-basics/
http://myandroidtuts.blogspot.in/2013/05/facebook-chat-heads-feature.html
You can bring the ICon on Home screen and based on the click event you can attach more Views to the same.
in my android app I would like to create a ux like the new Google+ app for android, in wich moving from one tab to the other (for example viewing a user profile: 'post','info' and 'photos') is possible simply swiping on the screen..
Can anyone please help me providing some example or tutorial?
Thanks everyone in advance!
They're doing horizontal swiping with a ViewPager. Here's a post on the android blog about how to do that.