anitaa1990

Android-Cheat-sheet

Cheat Sheet for Android Interviews
Under Apache License 2.0
By anitaa1990

java programming android interview-questions trending-repositories fragments stack coding cheat-sheets asynctask intent problems android-interviews android-interview-questions android-interview-practice worker-threads java-interview-questions android-service activity-lifecycle trending-topics

Android-Cheat-sheet

Cheat Sheet for Android Interviews


Topics

Common Coding Programs

Data Structure Coding Programs

Android Interview Questions


Java Interview Questions

public Person(String title, String name, String age) {
this.Title = title;
this.Name = name;
this.Age = age;
}


}


class Employee {
Int Salary;
private Person person;


public Employee(Person p, Int salary) {
this.person = p;
this.Salary = salary;
}
}
```





I will be adding more questions soon! If you would like to contribute to the Android Cheat Sheet, just make a pull request!