Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
How to do such a thing as the picture when you first start the application? Thanks for help.
You want to create an onboarding screen or slides to introduce the basic functions of your app. There are different ways to achieve this.
This Github Tutorial may help you.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
Hello since today I wonder how Instagram succeeded to introduce the most important color of the image in its background, I would like to add this kind of possibility in my application someone would know how I can do that? thanks for the help
Here a image of what I'm talking about
Take a look here: https://developer.android.com/training/material/palette-colors
Should work for you, implementation is easy
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
How can I make Google now-ish Animations in android xml I know that this question is noobish but I'm still a beginner
You can find many great animations on GitHub searching for it. I found one that might be intersting, check this one out:
https://github.com/uchidaknet/AndroidCardUIWithAnimationSample
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Actually I am new android developer. I want to drag and drop,replace views with large views like app icons of home screen in android, but I could not get solution. Please help me to achieve that feature, Thanks for helping in advance.
Look at these libraries
https://github.com/askerov/DynamicGrid
https://github.com/bauerca/drag-sort-listview
these will help you.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I need to integrate a facebook like button in my app, I also need a share button. I have been reading many post about this topic, but I didn't realize which is the best solution for this.
Is the Webwiew a good solution? If don't which do you recommend
Thanks
Go to Facebook Docs and fill in the fields to get your code:
https://developers.facebook.com/docs/plugins/like-button/
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I want in my android app I can signin to facebook and also post texts.
I dont have any idea about that, how can I do that plz suugest me any way and answer.
You can start this using this facebook android. Hope that's what you are looking for.