User Profile
Collapse
-
How to add loader gif between activities in android java
How do I make loading gif of 3 dots between activities that I already built? after pressing continue button I want loader to be showen for 5 sec and then redirect to the next activity. -
Save string/EditText in memory android studio
I have a problem with save the value of string or editText in java android. When I redirect from FirstActivity to Second and return after it to First, I need that a String that i fill earlier stay in the place that I wrote it. (Like a cookies in js). -
Pass text value to another text (java)
I want to build a category list scrollview in android studio using java. I having truble to understand how to pass value from TextView to anthor TextView with same value in other activity.
activity_first. xml
<TextView
android:id="@+i d/PersonName"
android:layout_ width="match_pa rent"
android:layout_ height="wrap_co ntent"
... -
How to create Help Desk System
Hello everybody! I am building an online store and I need help. I have a user database system on my site.
I want to create a support system with tickets.
I copied this script and upload to local server ( I use XAMPP ). Everything is working, but...
I cannot connect this script to my site...
I will be cool if somebody can help.
Here's an example of how this should work :
Client... -
How to combine Ticketing System and User Database?
I'm new to web development and am building my own online store.
I want to create a ticketing system (support) on my own online store.
Example :
1) Person clicks on "Create a ticket"
2) Person fills the form and send the ticket
3) I receive the ticket and answer in direct message or in same ticket
Before creating a ticket, a person needs to register in the online store. Thanks to...
No activity results to display
Show More