Simple IRC app I'm rewriting. Builds to android 4.4 but follows material design guidelines (hopefully stays that way).
IRCu is hosted in the following web site
https://github.com/NavjotPanesar/IRCu
If you think the Android project IRCu listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of IRCu.
Item | Value |
---|---|
Java File Count | 18 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 1 |
Fragment Count | 2 |
Required Permissions | android.permission.INTERNET |
Asset File Names | assets\Roboto-Black.ttf assets\Roboto-BlackItalic.ttf assets\Roboto-Bold.ttf assets\Roboto-BoldItalic.ttf assets\Roboto-Italic.ttf assets\Roboto-Light.ttf assets\Roboto-LightItalic.ttf assets\Roboto-MediumItalic.ttf assets\Roboto-Regular.ttf assets\Roboto-Thin.ttf assets\Roboto-ThinItalic.ttf assets\roboto-medium.ttf |
There are 1 image files in IRCu. The names of the image files are listed as follows.
ic_user.png
The following screenshort is generated from the image listed above.
IRCu has the following Java source files.
ircu.navjotpanesar.com.ircu.ApplicationTest.java ircu.navjotpanesar.com.ircu.activities.BaseActionBarActivity.java ircu.navjotpanesar.com.ircu.activities.ChatActivity.java ircu.navjotpanesar.com.ircu.adapters.ChannelListAdapter.java ircu.navjotpanesar.com.ircu.adapters.ChatListAdapter.java ircu.navjotpanesar.com.ircu.adapters.DividerItemDecoration.java ircu.navjotpanesar.com.ircu.callbacks.ChatServiceCallback.java ircu.navjotpanesar.com.ircu.contentproviders.ChannelsContentProvider.java ircu.navjotpanesar.com.ircu.database.ChannelsDatabaseHelper.java ircu.navjotpanesar.com.ircu.database.ChannelsTable.java ircu.navjotpanesar.com.ircu.fragments.BaseChatFragment.java ircu.navjotpanesar.com.ircu.fragments.ChannelListFragment.java ircu.navjotpanesar.com.ircu.fragments.ChatListFragment.java ircu.navjotpanesar.com.ircu.models.ChannelListItem.java ircu.navjotpanesar.com.ircu.models.ChatMessage.java ircu.navjotpanesar.com.ircu.services.ChatService.java ircu.navjotpanesar.com.ircu.utils.ChatLogger.java ircu.navjotpanesar.com.ircu.widgets.RobotoMediumTextView.java