Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~8K People Reached
Favorite Tags
Member Avatar for Transcendent

I want to start learning Android programming. I was wondering what is the best book for beginners on android programming?

Member Avatar for harry_6
0
341
Member Avatar for backalley

Hi i am Beginner in Android and Java..I am currently building Android quiz game. The application should display 6 questions with 4 answers, if the player's answer is correct then player will move to another question and score 5 points, feedback to the player should be provided as well (im …

Member Avatar for backalley
0
262
Member Avatar for backalley

Hi, does anybody know how add click sound for button in Android? here is my code below.. i have checked some tutorials, but im not sure how to implement them on my code package com.example.quizgame; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.Menu; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import …

Member Avatar for backalley
0
289
Member Avatar for sillyboy

I usually listen to music while I'm browsing here, what are you listening to right now? EL-P - Fantastic Damage

Member Avatar for Helianthus
0
5K
Member Avatar for royng
Member Avatar for Netcode
0
387
Member Avatar for mrnutty

What are your guys opinion about god? Are you guys atheists, theist, or don't care? Can we discuss about god.

Member Avatar for crunchie
0
864
Member Avatar for jingda

What is mean by addiction and what addiction is good? Let's discuss the different types of addiction

Member Avatar for ChengYi
0
138
Member Avatar for backalley

[CODE]<html> <head> <h1>Welcome</h1> <h2>back</h2> <form action='get.php' method='GET'> Name: <input type='text' name='fname' /><br> Age: <input type='text' name='age' /> <input type='submit' value ='clik here' /> </form> </head> </html> <?php $fname = $_GET['fname']; $age = $_GET['age']; if ($fname && $age) echo "your name is. $fname , and your age $age <br>"; echo date …

Member Avatar for tomato.pgn
0
112
Member Avatar for backalley

i've been attempting to execute this code , all i got was an error. [CODE]<?php $connect = mysql_connect("localhost","root","") or die ("connection failed!"); mysql_select_db("users") or die (mysql_error()); echo "connected!" $extract = mysql_query("select * from member order by id ASC") or die mysql_error(); ?>[/CODE] and this error appeared : [ICODE]Parse error: syntax …

Member Avatar for tomato.pgn
0
174