Using java in android studio, I need help in making a
text to speech button that reads off of my text view
thanks for the help
Using java in android studio, I need help in making a text to speech button that...
Using java in android studio, I need help in making a barcode scanner thanks for the help
Using Android Studio Java, create a program which has two functions: Function1: has a text field and a button to invoke "Function 2" Function 2: process the data entered in the text field on Function 1. If data in text field starts with "url:" (for e.g. url:www.google.com or url:www,palomar.edu), display the URL in the default browser. If data in text field starts with "phone:" ( for e.g. "phone:7607441150"), call the phone number using the dialer application.
Hi ?, I have a question in the android studio, I am using button sheet to display information, I want to display the button sheet depending on condition, display or hidden and, when collapse and expand the bottom sheet is repeated on background how to solve this problem?
(Mobile-Android Studio) Hello. Thank you for coming to help me:) I am using the Andriod studio on mac. and using Java code to develop. and Please start with basic activity with constraints layout (not empty). (audio file is not given, let's say there any audio file). I just would like to see the codes how it works. Thank you very much. I would like to know how to write a program that includes two buttons called plays Play and Stop....
I need help developing this app using java in android studio Assignment: Tic-Tac-Toe app User interface Operation The app allows the user to play a game of Tic-Tac-Toe. The user can click the New Game button at any time to start a new game. The app displays other messages to the user as the game progresses such as (1) whose turn it is, (2) if a player wins, and (3) if the game ends in a tie. Specifications The app...
Android Studio (Java) Develop an android app that contains two fragments displayed on one activity. The bottom fragment contains / displays several rows of individual buttons and each of these buttons resemble a letter of the alphabet such as the first button "A" second button "B" etc.. all the way to Z as well as buttons for the numbers 0 - 9. Once a user clicks a button, the corresponding letter or number button they pressed should display in the...
Please help me
with this project by using Android Studio. I need to know the xml
and the java activities in both activities. Also the manifest
activity. I appreciate the effort and I'll rate you with 5
stars.
1. SUMMARY This project will simulate the card game Concentration for one player. In Concentration, all cards, or pictures in this case, are upside down. Two cards are chosen, and if they match they are taken out of the game. If they...
If anyone here is a Java and Android Studio expert please I really need help fulfilling the requirements needed to make a Rock Paper Scissors game. I mainly need Java code to complete it I will post what I have so far I don't have much time left please if anyone can help me I would really appreciate it. Here's what the app is supposed to do... The player should be able to select either Rock, Paper, or Scissors.The app...
I need help with a java problem, I need the following method Method that reads a file and creates a TreeMap, the key is the "salary" and the value is an object "Profesor" my txt file is like this: Harry smith 345677 andy Connor 123456
I need java code that will go through multiple lines of a text document and find words and punctuation and classify them. I am looking for 4 things Greeting, Place, Name and a Period at the end ---example of text structure:--- Hello world my name is java. Hello world my name is C++. Hello my name is Ruby. ----------------------------------------- the code should produce the following. word designation Word Designation Hello Greeting world place java name . period ect the...