Yogi-Tutor Guide is a free online mcq exam system for Tutors and Institutes. It gives you various MCQ question types with advanced input for Maths, Physics and Chemistry in 15+ language Support with automated result evaluation. System includes subject wise question bank and different difficulty levels for exams
Read MoreAuthor: mahendragohil.gohil@gmail.com
Free Online MCQ Exam System-Yogi Tutor Guide
Yogi-Tutor Guide is a free online exam management system for Tutors and Institutes. It gives you various MCQ question types with advanced input for Maths, Physics and Chemistry in 15+ language Support with automated result evaluation. System includes subject wise question bank and different difficulty levels for exams.
Read MoreAndroid Intent and Intent Filters
Intent and Intent Filters are used as a message-passing mechanism that works both within your application, and between applications or between different app components.
Read MoreAndroid Activity Life Cycle
An Activity represents a single screen with a user interface like a form or page in web designing. Android applications can have more than one activity. In fact, more complex application usually have one activity for each UI screen implementation.
Read MoreUsing the Application Context
The application context is the central location for all top-level application functionality. You use the application context to access settings and resources shared across multiple activity instances.
Read MoreDesign Demands for Android Application
While developing an android application for mobile devices we need to consider following design consideration and design demands in mind.
Read MoreUnderstanding LogCAT in Android
Logcat is an excellent tool which comes with ADT. It gives you all information about what is happening in your Android Emulator or Phone if you are using an android phone for testing your applications.
Read MoreAndroid Application Process Priorities
Android Application Process priority is also affected by inter process dependencies; if an application has a dependency on a Service or Content Provider supplied by a second application, the secondary application will have at least as high a priority as the application it supports.
Read MoreAndroid App Resource Directories
Android App contains many different type of resources to complete an application. It may be any code based resources, xml based or value based resources. Below image shows the list of all available resources in Android Project View.
Read MoreAndroid Project Structure
After creating new project,(How to create new project in android?) Android Studio displays your project files in the Android view. Android Studio show project directory structure in different formats. Like Android View, Project View and others.
Read More