Archive for category Java
Splash screen for Android
<pre>public class MyClass extends Activity {
String TAG ="on Splash Screen";
/** Called when the activity is first created. */
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.splash_screen);
/** set time to splash out */
final int welcomeScreenDisplay = … Read more JIAXClient using IAXclient Java version of IAXclient
About
JIAXClient is a library for IAX (Inter Asterisk eXchange) clients written in Java by Mikael Magnusson. It is based on IAXClient, and uses a JNI library for interfacing with Java.
License
Most of the sources are GPL licensed, … Read more
Persistence with Java SE an example
1. Create a Entity Class {Employee.java}
import javax.persistence.Entity;
import javax.persistence.Id;
@Entity // Make Employee Class into an entity by annotate the class with @Entity.
public class Employee {
@Id private int id; //property that holds the persistent identity of … Read more ![शिशिर [Shishir] पोखरेल शिशिर [Shishir] पोखरेल](http://www.shishir.com.np/home/wp-content/uploads/test.png)