Selecting text and show meaning as pop up in android eclipse [closed] - android

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
I want to make a book app, and to define or translate every sentence in it. The thing I want to know is how to make the translation appear as a pop up text for every single textview I click on it. For example "How are you" is in a textview and after I click and hold on it a pop up menu appear with the translate option.

It depend on how you want it to look. You could a toast, a context menu or a dialog.

Related

I want to implement a layout that pops from the bottom [closed]

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 4 years ago.
Improve this question
I want to implement a layout that pops from the bottom and covers half of screen behind it. How do i do it? Is there any library that does it out of the box? I want to do like something shown in the image below.
Take a look at Design idea first. And if feeling lazy, there is plenty of libraries to do this, for example this

Facebook like/react button animation [closed]

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 4 years ago.
Improve this question
How to create an animation similar to that performed when we choose any react (which opens when we long press the like icon)?
The specific react icon jumps and replaces the like icon.
I have tried BounceInterpolator and few other interpolators but they actually don't fulfil my requirements.
Please help as I am a noobie.
Use this library to get your desired result, it will look something like this

Show instructions on how to use an app on Android [closed]

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 5 years ago.
Improve this question
How do you show the user, how to use the app. Is there a tool or something which allows the user to learn how to use it, like a tutorial.
Or what would you do?
By the way, in my app, the user just needs to understand which button needs to be clicked. Basically, he must pick the correct button according to the background color.
To show or introduce your app to the user is called as show casing your app/views(we can say aka tutorial).
You can make your own showcasing animations but there are some libraries for that purpose
ShowCaseView
spotlight(my favourite one)
You can easily implement that by reading some more stuff about showcasing app or views

How to add paragraphs of contents in an Android app? [closed]

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
I am creating an Android app for a college website. Now I want to add contents to each menu items, which on click should display paragraphs, images, etc. How to do this?
You have many ways to do this:
You can use two activities. ActivityA for the menu list and ActivityB for each list item's details when one is clicked on a menu item in ActivityA.
You can use an ExpandableListView.

Activity should not be reloaded [closed]

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
I am making an android app. In this, on one layout I have many Edit texts and I have to fill data. On click of Edit text I want to open a layout having numeric keywords and give option to enter/fill data. On click of OK button in keyword layout I want to set data in that Edit text. Is it possible that we don't have to reload or refresh that activity???
you could use use dialog fragments for the keyboard layout. what are you using now?

Categories

Resources