Posts by Matheus Castro • 21 points
4 posts
- 
		1 votes0 answers42 viewsQ: Select cities with SharedpreferenceOnly when I click on "Itaborai" that saves the preference, how do I select the other items in the list view among other activitys? As an example, the customer clicked on "Itaborai" when he opens the… 
- 
		0 votes1 answer58 viewsQ: Sharedpreference calling an ActivityIf I want to put a sharedpreference on a button, in case to select the desired city in a list view, how would it be? Because I only find sharedpreference with login etc. 
- 
		0 votes0 answers59 viewsQ: Pass Actionbaractivity to FragmentsFor me to use an acitivity in navigation Rawer a Activity precisa ta extend Fragments, e a minha ta extend action bar And in this action bar, I have the codes of a remote database, how do I put the… 
- 
		1 votes1 answer189 viewsQ: How to put db_connect with my_sqliMy code: <?php class DB_CONNECT { // constructor function __construct() { // connecting to database $this->connect(); } // destructor function __destruct() { // closing db connection…