Android Open Source - App time Next-Time






Project Summary

Next Time application.

Web Site / Source Repository

Next-Time is hosted in the following web site
https://github.com/pavankumarlpersonal/Next-Time

If you think the Android project Next-Time listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of Next-Time.

ItemValue
Java File Count149
Supported screen sizes[ldpi, mdpi, hdpi, xhdpi]
Target SDK Version19
Minimum SDK Version14
Activity Count2
jar files usedclasses-a29650b1dd1cd9acf09637fe27ab83d2.jar
classes-f6ae54a1cf813f5021ee59168fea86bb.jar
classes-fb607a805c1fa73b337843a28a821c92.jar
classes-fc6a3c1d50be24a1d1094d6a87098f38.jar
classes.jar
Required Permissionsandroid.permission.GET_ACCOUNTS
android.permission.PROCESS_OUTGOING_CALLS
android.permission.READ_CONTACTS
android.permission.READ_PHONE_STATE
android.permission.WRITE_CONTACTS
Asset File Namesassets\_where-is-www.txt
assets\www\css\TrebuchetMS.ttf
assets\www\css\dialer.css~
assets\www\css\trebuc.ttf
assets\www\css\trebucbd.ttf
assets\www\css\trebucbi.ttf
assets\www\css\trebucit.ttf
assets\www\img\addContact.jpg
assets\www\img\ajax-loader.gif
assets\www\img\close.png
assets\www\img\contacts.png
assets\www\img\delete.png
assets\www\img\edit.png
assets\www\img\header.png
assets\www\img\incoming.png
assets\www\img\logo.png
assets\www\img\menu.png
assets\www\img\menu1.png
assets\www\img\next.png
assets\www\img\note.png
assets\www\img\notepad.png
assets\www\img\ntlogo.png
assets\www\img\ntlogo_old.png
assets\www\img\outgoing.png
assets\www\img\pav.jpg
assets\www\img\pen.png
assets\www\img\photo.jpg
assets\www\img\plus.png
assets\www\img\profile.png
assets\www\img\settings.png
assets\www\img\shutdown.png
assets\www\img\sprites.gif
assets\www\img\trash.png
assets\www\img\user.png
assets\www\img\userinfo.png
assets\www\js\dialer\dialer.js~
assets\www\js\showContacts.js~
assets\www\js\techocall.js~




Resource Files

There are 1 image files in Next-Time. The names of the image files are listed as follows.

icon1.png

The following screenshort is generated from the image listed above.

null

Java Source Files

Next-Time has the following Java source files.

com.squareup.okhttp.Address.java
com.squareup.okhttp.Connection.java
com.squareup.okhttp.ConnectionPool.java
com.squareup.okhttp.HttpResponseCache.java
com.squareup.okhttp.MediaType.java
com.squareup.okhttp.OkAuthenticator.java
com.squareup.okhttp.OkHttpClient.java
com.squareup.okhttp.OkResponseCache.java
com.squareup.okhttp.Route.java
com.squareup.okhttp.RouteDatabase.java
com.squareup.okhttp.TunnelRequest.java
com.squareup.okhttp.internal.AbstractOutputStream.java
com.squareup.okhttp.internal.Base64.java
com.squareup.okhttp.internal.DiskLruCache.java
com.squareup.okhttp.internal.Dns.java
com.squareup.okhttp.internal.FaultRecoveringOutputStream.java
com.squareup.okhttp.internal.NamedRunnable.java
com.squareup.okhttp.internal.Platform.java
com.squareup.okhttp.internal.StrictLineReader.java
com.squareup.okhttp.internal.Util.java
com.squareup.okhttp.internal.http.CacheControlHandler.java
com.squareup.okhttp.internal.http.HttpAuthenticator.java
com.squareup.okhttp.internal.http.HttpEngine.java
com.squareup.okhttp.internal.http.HttpTransport.java
com.squareup.okhttp.internal.http.HttpURLConnectionImpl.java
com.squareup.okhttp.internal.http.HttpsEngine.java
com.squareup.okhttp.internal.http.HttpsURLConnectionImpl.java
com.squareup.okhttp.internal.http.OkResponseCacheAdapter.java
com.squareup.okhttp.internal.http.Policy.java
com.squareup.okhttp.internal.http.RawHeaders.java
com.squareup.okhttp.internal.http.RequestHeaders.java
com.squareup.okhttp.internal.http.ResponseHeaders.java
com.squareup.okhttp.internal.http.RouteSelector.java
com.squareup.okhttp.internal.http.SpdyTransport.java
com.squareup.okhttp.internal.spdy.FrameReader.java
com.squareup.okhttp.internal.spdy.FrameWriter.java
com.squareup.okhttp.internal.spdy.IncomingStreamHandler.java
com.squareup.okhttp.internal.spdy.Ping.java
com.squareup.okhttp.internal.spdy.SpdyConnection.java
com.squareup.okhttp.internal.spdy.SpdyStream.java
com.squareup.okhttp.internal.tls.OkHostnameVerifier.java
com.squareup.okhttp.static.java
com.squareup.okhttp.static.java
com.squareup.okhttp.static.java
com.techostic.nexttalk.BuildConfig.java
com.techostic.nexttalk.DialerActivity.java
com.techostic.nexttalk.NextTalk.java
com.techostic.nexttalk.OutgoingCallListener.java
com.techostic.nexttalk.PhoneStateChangeActivity.java
com.techostic.nexttalk.modal.Contact.java
com.techostic.nexttalk.modal.PhoneNumber.java
com.techostic.nexttalk.modal.Remainder.java
com.techostic.nexttalk.modal.Settings.java
com.techostic.nexttalk.plugin.DialerPlugin.java
com.techostic.nexttalk.plugin.StoragePlugin.java
com.techostic.nexttalk.plugin.StoragePluginOld.java
com.techostic.nexttalk.service.PhoneCallMonitorService.java
com.techostic.nexttalk.settings.SettingsAPI.java
com.techostic.nexttalk.settings.sqlite.SettingsSQLiteHelper.java
com.techostic.nexttalk.storage.ContactAPI.java
com.techostic.nexttalk.storage.RemainderAPI.java
com.techostic.nexttalk.storage.StorageAPI.java
com.techostic.nexttalk.storage.StorageAPIImpl.java
com.techostic.nexttalk.storage.sqllite.ContactSQLiteHelper.java
com.techostic.nexttalk.storage.sqllite.PhoneNumberSQLiteHelper.java
com.techostic.nexttalk.storage.sqllite.RemainderSQLiteHelper.java
com.techostic.nexttalk.webinterface.DialerInterface.java
com.techostic.nexttime.BuildConfig.java
com.techostic.nexttime.DialerActivity.java
com.techostic.nexttime.NextTalk.java
com.techostic.nexttime.NextTime.java
com.techostic.nexttime.OutgoingCallListener.java
com.techostic.nexttime.PhoneStateChangeActivity.java
com.techostic.nexttime.modal.Contact.java
com.techostic.nexttime.modal.PhoneNumber.java
com.techostic.nexttime.modal.Remainder.java
com.techostic.nexttime.modal.Settings.java
com.techostic.nexttime.plugin.DialerPlugin.java
com.techostic.nexttime.plugin.StoragePlugin.java
com.techostic.nexttime.plugin.StoragePluginOld.java
com.techostic.nexttime.service.PhoneCallMonitorService.java
com.techostic.nexttime.settings.SettingsAPI.java
com.techostic.nexttime.settings.sqlite.SettingsSQLiteHelper.java
com.techostic.nexttime.storage.ContactAPI.java
com.techostic.nexttime.storage.RemainderAPI.java
com.techostic.nexttime.storage.StorageAPI.java
com.techostic.nexttime.storage.StorageAPIImpl.java
com.techostic.nexttime.storage.sqllite.ContactSQLiteHelper.java
com.techostic.nexttime.storage.sqllite.PhoneNumberSQLiteHelper.java
com.techostic.nexttime.storage.sqllite.RemainderSQLiteHelper.java
com.techostic.nexttime.webinterface.DialerInterface.java
com.techostic.techocall.BuildConfig.java
com.techostic.techocall.plugin.StoragePlugin.java
com.techostic.techocall.plugin.StoragePlugin.java
com.techostic.techocall.plugin.StoragePlugin.java
com.techostic.techocall.plugin.StoragePlugin.java
org.apache.cordova.App.java
org.apache.cordova.AuthenticationToken.java
org.apache.cordova.BuildConfig.java
org.apache.cordova.CallbackContext.java
org.apache.cordova.Config.java
org.apache.cordova.CordovaActivity.java
org.apache.cordova.CordovaArgs.java
org.apache.cordova.CordovaChromeClient.java
org.apache.cordova.CordovaInterface.java
org.apache.cordova.CordovaPlugin.java
org.apache.cordova.CordovaResourceApi.java
org.apache.cordova.CordovaWebView.java
org.apache.cordova.CordovaWebViewClient.java
org.apache.cordova.DirectoryManager.java
org.apache.cordova.DroidGap.java
org.apache.cordova.ExifHelper.java
org.apache.cordova.FileHelper.java
org.apache.cordova.IceCreamCordovaWebViewClient.java
org.apache.cordova.JSONUtils.java
org.apache.cordova.LOG.java
org.apache.cordova.LinearLayoutSoftKeyboardDetect.java
org.apache.cordova.NativeToJsMessageQueue.java
org.apache.cordova.PluginEntry.java
org.apache.cordova.PluginManager.java
org.apache.cordova.PluginResult.java
org.apache.cordova.ScrollEvent.java
org.apache.cordova.Whitelist.java
org.apache.cordova.contacts.ContactAccessor.java
org.apache.cordova.contacts.ContactAccessor.java
org.apache.cordova.contacts.ContactAccessorSdk5.java
org.apache.cordova.contacts.ContactAccessorSdk5.java
org.apache.cordova.contacts.ContactInfoDTO.java
org.apache.cordova.contacts.ContactInfoDTO.java
org.apache.cordova.contacts.ContactManager.java
org.apache.cordova.contacts.ContactManager.java