Hello, I'm a beginner in programming for android, and I'm making an application (work from the TI course).
It is as follows: The first Activity has 12 buttons with background of "tables", representing the tables of a restaurant. When clicking...
I want to add formatted text (can be in html) on my TextView screen but I'm not getting it.
I have the string in the values:
<string name="lbl_explicacao">
<![CDATA[
<b> TESTE </b>
TESTE...
Please, I am trying to compare hours (type Open Now / Closed Now). But I can not.
To save the current time, I'm using:
object.put("h11", h11.getText().toString());
object.put("h22", h22.getText().toString())...
I have a MainActivity that allows me to open two Fragments . The Fragment_1 class has a Button that in its Listener opens a second activity through the following call:
Intent intent = new Intent(getActivity(),...
I'm having trouble sending a Bitmap to Amazon S3 using the amazon S3's own SDK.
To send something to Amazon S3 you need to be a file, such as transforming Bitmap into java.io.file to be able to send through TransferObs...
I am making a android application that uses telnet communication and receives data every second ( ActivityTelnet ). I would like to treat some of this data in another activity ( Activity1 ). However, when I am in...
Good night, I'm new with Android development and in my first project I'm getting error the following error "Exception in thread" png-cruncher_20 ", below it follows the complete error log, could anyone help me?
> 'Executing tasks: [:app:gen...
I created a new project in android studio and chose to use navigationDrawer , I created my screens now I would like to call them. How do I implement this method and toggle windows in the menu of an application using:
public boolean onN...
I'm not able to get this string $projectname$ from my title into an application on Xamarin Android.
I have already tried editing AndroidManifest.xml and AssemblyInfo.cs and nothing. I searched for this string in the e...