• Stars
    star
    8
  • Rank 2,099,232 (Top 42 %)
  • Language
    Java
  • Created over 11 years ago
  • Updated over 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Today we have Android RSS Reader application's code for you. Application displays RSS feed data from 3 channels in separate tabs. For more great tutorials and source codes visit us at itcuties.com.

More Repositories

1

Android-SQLite-TODO-App-Example

Today we are going to show you how to use Android SQLite database in your applications. Our sample application stores TODO Tasks. It displays a list of TODOs, when an element of the list is clicked it is removed from the database. Our application also allows to add new TODO tasks to the list. This is a tutorial code. Feel free to use it. For more great codes and tutorials visit us at itcuties.com.
Java
20
star
2

Android-Read-SMS

In this tutorial we are going to show you how to read SMS messages under Android. This is a simple program that displays a list of SMS messages stored on the device. This is a tutorial material. Use it any way you want. For more great tutorials please visit us at itcuties.com
Java
17
star
3

Android-Traffic-Statistics

"Today we got little application which displays list of working applications on Android in a ListView. When a process name is clicked application displays information about amount of data that application used – traffic info. This is a tutorial material." Feel free to use it. Full description can be found at itcuties.com
Java
9
star
4

JSF2-Login-Filter-Example

How to use a JEE Filter to secure JSF 2 application resources? It's easy! In our example we are going to use a login filter which protects resources that are available under /secured path of JSF 2 application.
Java
8
star
5

Android-AsyncTask-RSS-Reader

Today we have a little modification of our RSS Reader code that we have introduced in the How to write Android RSS parser tutorial. This modification uses AsyncTask to download RSS data in a separate thread. This is a tutorial material. You can use it any way you want. For more great tutorials and codes visit as at itcuties.com.
Java
7
star
6

Axis-2-client

"In this tutorial we are going to code an axis 2 client based on wsdl2java approach." This is a tutorial material. For more great tutorials visit us on itcuties.com.
Java
6
star
7

Android-Volley-Framework-Example

Today we have got Android’s Volley Framework code for you. It was requested by one of our readers. In this application code we parse and display data from our JSON feed (http://www.itcuties.com/feed/json). Please refer to the tutorial page to learn how to setup the Volley Framework for this code to work. Enjoy!
Java
5
star
8

Android-Play-Video

Here is are code snippets that let your application play video files. This is a tutorial material. Feel free to use it. For more great tutorials visit us at itcuties.com.
Java
5
star
9

ITCutiesApp-1.0

This is the story of coding the ITCutiesApp for Android platform. Our application gives you access to all the posts available on our page via ATOM feed.
Java
4
star
10

Java-Mail-Sender

Using Java to send email messages is very easy with JavaMail API. Our sample code sends email message through the server that uses StartTLS and SSL. Use this code any way you want. For more great codes and tutorials visit us at itcuties.com.
Java
3
star
11

Java-send-POST

In this code we are going to show you how easy it is to send a POST request to a server using pure Java, no Apache HTTPClient is needed.
Java
2
star
12

Java-XStream-Complex-Example

Today we will tell you more about java XStream. We are going to tell you about the defautl constructor, default attribute values and the transient keyword. This is a tutorial material. Feel free to use it. For more great tutorials visit us at itcuties.com.
Java
2
star
13

JSF2-Spring3-Example-The-Registration-App

Today we are going to show you how to integrate JSF 2 with Spring 3. Our JSF 2 Spring 3 example application is the implementation of the Workshop registration use case. Use this code any way you want. For more greate codes and tutorials visit us at itcuties.com
Java
2
star
14

Android-Play-YouTube-Video

In this sample we are going to show you guys how to play a video in your app straight from YouTube using API. Our app plays video with a given YouTube ID.
Java
1
star
15

.NET-NHibernate-Project-Setup

This article is the first of series of articles about using .NET NHibernate. This is a basic .NET with NHibernate project setup.
C#
1
star
16

.NET-NHibernate-Sample-Configuration

In this code we show you how to set up .NET Nhibernate a project which connects to the database and reads data.
C#
1
star
17

Android-Splash-Screen

"In this tutorial I’m going to show you how to easily create an android splash screen in your application. The whole idea of this sample implementation is to start and display an activity for a certain amount of time and then start new activity." This is a tutorial material. Fell free to use it. Full description can be found at itcuties.com.
Java
1
star
18

Java-Train-Schedule

We were asked lately, by one of our readers to help him with train schedule code which he needed for his application. The requirements for this code where as follows: the first train leaves at 6:00 am each day and the last train leaves at 23.00 pm. Trains run every 7 minutes. Those three values are not coded into our solution literally and can be provided as the constructor parameters. Here is the Java snippet.
Java
1
star
19

Android-Intent-putExtra-object

Today’s post is on how to exchange data between activities using Android Intent putExtra and getExtras methods called in an activity code. We are going to show you how to send objects of your own type and read them in an activity. This is a tutorial code. Use it any way you want. For more great tutorials visit us at itcuties.com.
Java
1
star
20

Android-Pick-Image-from-Gallery

Today we are going to show you how easy it is to read an image from the Image Gallery and use it in your Android application. What our application does is, when You click on the Button then the Image Gallery Intent is started which gives you ability to pick an image stored on your phone. Next, when you pick an image it is displayed under the button. Simple ?! :)
Java
1
star
21

Java-Download-File

Today we are going to show you how to download file from the Internet using Java. Our sample program downloads files to a specified destination directory. Feel free to use this code any way you like. For more great codes and tutorials visit us at itcuties.com.
Java
1
star
22

Java-SAX-parsing-error-handling

Today we are going to talk about error handling while using SAX parser in Java. Since SAX parser is a stream parser you can handle errors while the parser is working. Here is sample project. Feel free to use this code any way you want. For more great tutorials visit us at itcuties.com.
Java
1
star
23

Multithread-Downloader

"Today we are going to show how to speed up applications using threads in java. We use divide and conquer algorithm to check if program execution can be divided into fragments that can be executed separately. Our sample program is a simple downloader application which downloads images available under URLs. Program iterates through urls and downloads images one by one. To speed up our program we download an image in a separate thread." This is a tutorial material. Feel free to use it. Visit us at itcuties.com
Java
1
star
24

Android-WebView-Example

Our example application shows how to use Android WebView component. We will display a webpage and locally build content - a HTML page fragment.
Java
1
star
25

Android-RSS-Reader

"In this tutorial we are going to show You how to write Android RSS parser application. Topics that we are going to talk about are: XML parsing, connecting to the network displaying data in the form of clickable list." This is a tutorial material. Feel free to use it. For more information visit itcuties.com.
Java
1
star
26

Java-Custom-Serialization

Today we are going to show you more about Java serialization mechanisms. You will learn how to override standard serialization provided by java. All you need to do really is implement your own writeObject and readObject methods of java.io.Serializable interface. This is a tutorial material. Feel free to use it. For more great codes visit us on itcuties.com.
Java
1
star
27

Android-Atom-Reader

Today we show you Android Atom Parser application and how it was build. Our application connects to the Atom feed and displays a list of posts published.
Java
1
star