Skip to main content

Posts

Showing posts from September, 2018

School Management System

This is the latest school management system source codes. Also known as school ERP available for all type of schools. will work on Phone, Laptop, Tabs, monitors - any screen size. It is available with 100% source code in PHP and MySql. It have features as listed below: • White Label - With your name in Footer as well as Header • Admin, Student, Staff and Parent Panels (4 types) • School setup • School details, logo, website, header etc • Add single student - no limit • Add bulk students - Multiple students in one click - no limit • Student Information tab • Add teacher - no limit • Add parents and link with student • Add class - no limit • Add Sections for each class - no limit • Add subjects • Add class routine - class time table • Attendance system • Add exams - no limit • Grade system • Manage marks • Report Card - Tabulation report • Accounting • Student fees invoice • Payment status • Expense management • Library • Study Material • Transportation • Hoste

Android Scanner with Text on Image Translation App

Camera Translate is a simple and easy to use app that can extract any text on image and let you convert the text content to any language of your choice. Please note that this source code is the free veion. If you want the complete version you can follow  this link

Android Car and Taxi Booking App

The android car and taxi booking app is a source code specially created for students and beginners android developers who will like to learn or build upon this source code to create their own android project Android Car and Taxi Booking App has the following features 1. View Cars 2. Search Cars 3. Login 4.Registration 5.Car Booking 6.Make Payment with Paypal or Credit Card 7.Rate Cars 8. Share 9.Send Message or Call https://www.sourcecodester.com/android/12267/android-car-and-taxi-booking-app.html 1. Flowchart Diagram 2. Use Case Diagram 3. EER Database Entity Diagram Example Screenshot of the app Please note that the premium version comes with a price. You can found more information about all the features  here

Image Slider App

Contents  [ hide ] 1  Create Android Image Slider App 1.1  build.gradle 2  Add Layout for Android Image Slideshow 2.1  activity_main.xml 2.2  slide.xml 3  Implement Android Image Slider using ViewPager 3.1  MyAdapter.java 3.2  MainActivity.java Create Android Image Slider App Go to  File → New → New Project  and enter your Application Name. Let’s say Android Image Slider Enter company domain, this is used to uniquely identify your App’s package worldwide. Choose project location and minimum SDK and on the next screen choose  Simple Activity , since we would be adding most of the code Ourselves. Then Click on Next. Choose an Activity Name. Make sure Generate Layout File check box is selected, Otherwise we have to generate it ourselves.Then click on Finish. We have kept the Activity Name as  MainActivity.java . This will be the default screen when the user opens the app for the first time. Gradle will configure your project and resolve the dependencies, Onc