Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.67 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.67 KB

NewSumAndroid

NewSum is a cutting edge summarization application developed for getting summaries from various news sources.

NewSumAndroid is the interface for devices running android os, currently supporting versions 2.1 - 4.2.

The application depends on the following libraries:

In order to setup the project in eclipse, do:

clone it :-)

Download facebook sdk (from their site) & google play services (from the sdk manager) Import them as projects in Eclipse (in case you have not already).

Select "Import existing Android code into workspace"

In NewSumAndroid, go to project --> properties --> android, select android 2.2 Below, in the same tab, at libraries, please do add facebook / google play services as libraries.

Then, in the order and export tab, keep checked (or check, if not checked) the android 2.2, android private libraries, & android dependencies boxes.

Last, right Click on NewSumAndroid --> Android Tools --> Add support library, add the library you are prompted to.

If you want analytics, you should add your own trackingId in the appropriate analytics.xml files.

You should be ok.

SciFY NPC, 2013

Contributors