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 9 years ago.
Improve this question
I inherited some code where there are some Activity classes that are completely commented out. I'm having trouble figuring out where the activity code is actually happening and so I'm just wondering if /* at the beginning of a class might have some special significance to Android that I don't know about
No, it has no special meaning. The code is somewhere and it's not commented out.
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 2 years ago.
Improve this question
In my Application, I want to show a 'Map' like below in the picture, so is there any special method to add this Because we can't add one Activity into another Activity so I am searching for a special method or technique, no doubt many application are using this but I am not familiar with that method, I searched but could not find any appropriate answer.
An Activity can never host an Activity. You can only add a MapFragment.
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
I wanna do activity whitch have buttoms instead R1-16 in this diagram, but i have not enough space.
I was thinking over the scrollview layout but I don't know how to make the screen can be moved down and to the right. Any idea how can i do this ?
Diagram
You should try this. I hope it will help you:
https://github.com/myntra/droid-uiscrollview
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 have Android 4.4, and someone messaged me unknown smile (to be true, most of smiles are strange to me), and I dont know which combination was used for that smile,
:* :P or i something other i dont know
how can i know, which combination was used? Have I to type every combination manually to find that?
You can find here the list (and search using ctrl+f and then paste the emojii):
https://en.wikipedia.org/wiki/List_of_emoticons
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
Wich is the best aproach here? I have a list of phones, another one for emails, and another one for names, all of them is in a database and I need to achieve the following result:
It has to be exactly like that image, I'm not asking anyone to right te code for me, I just need to know what is the best way to achieve that.
A linear layout may be a good starting point.