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 6 years ago.
Improve this question
I want home page like this and after selecting the category this view should overlap the homepage with slide in from right animation & slide out from left on back pressed
https://developer.android.com/training/implementing-navigation/index.html
For you own sake try to learn using google. That is called a navigation drawer, the blurred part is backgroundtint and backgroundtintmode, note that those are available in later APIs.
Related
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
how to Slide an activity like the image below, after sliding the trail of the activities must be visible like the below image.
enter image description here
you can use this library DiscreteScrollView just you need to customize the adapter layout as your requirement.
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 6 years ago.
Improve this question
Basically I want to insert navigation drawer and button inside AutoCompleteTextView like search text in google map.
How do I do that ?
thank you very much.
First you need to define your layout (the searchbox), which will have an ImageView. Then you can add an OnClickListener() to open the NavigationDrawer.
You could combine it with something like this:
Add search toolbar over google map like in native android app
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
Just like the picture shows, let in horizontal, every item in my RecyclerView will have a ImageView and TextView
i want to make this in horizontalenter image description here
You could use this CircleList library, that it does almost the same as you want.
The effect is made with this MatrixView, you can copy it and do the effect as you want.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
What I have tried:
I'm developing an app with the new Android 5.0 Material-styled sliding tabs with new AppCompat Tab bar.
What I want:
I want to put an image behind the bar and the tabs like Play Kiosko. Any solution for this would be grateful.
Kiosko App Design:
You can see the image behind that pager tab strip!
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 to make an app in which you can swipe the fragments. The tab host should be at the bottom and instead of text I want some imageviews. Fragments should be selected by swipe or by clicking an image from the bottom. And if have have a lot of fragments I was wondering if I can add the tab host to a horizontal scrollview.
Any adivce?
Strongly recommending Jake Wharton's open project: Android ViewPageIndicator. Link is: https://github.com/JakeWharton/Android-ViewPagerIndicator
You can try the demo first. The demo link is: https://play.google.com/store/apps/details?id=com.viewpagerindicator.sample