GithubHelp home page GithubHelp logo

khalidelsayed / zwitschera Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pilhuhn/zwitschera

0.0 1.0 0.0 6.47 MB

A micro blogging client for Android

Home Page: http://bsd.de/zwitscher

License: Other

zwitschera's Introduction

Welcome to Zwitscher

Welcome to Zwitscher, a microblogging client for Android, that is licensed under the ASL V2 license (as is Twitter4j) — see LICENSE.txt I know that this is not the first one and far from working good. It is first a "real" project for me to get into Android programming.

Currently the client uses the twitter4j library, but I think in the longer term, I will directly go to use REST/Json, as there is already native Json support in the Android libraries - this lets me learn that part - it scales down the application size.

For the start I did not really set a target Android platform - at the end it had to work on my HTC Desire with Android 2.2. This has been changed since and futher development on the master branch will only be for Api level 14 and later, which corresponds to Android 4.0+. The statistics from the market show that > 65% of all devices that run Zwitscher run on 4.0+

Zwitscher hat been translated into some languages - if you want to help translating into new languages, ping me.

If you find issues or want new features, please open an issue on the github tracker at https://github.com/pilhuhn/ZwitscherA/issues

ATTENTION ON HACKING THE SOURCE

As Twitter.com is not really ready to handle open source projects, you need to register the app at Twitter and then provide a class Token (renamed from TwitterConsumerToken) that looks like this with the values Twitter provided you with put in:

    package de.bsd.zwitscher;

    public class Tokens
    {

        public static String consumerKey = "replaceWithKey";
        public static String consumerSecret = "replaceWithSecret";
        public static boolean xAuthEnabled = false;

        public static final String readItLaterToken = "";

        public static String tweetMarkerToken = "";

        public static String bugSenseKe = "";
    }

To obtain these Twittter-Tokens, go to http://twitter.com/apps and log in. Then click on "Register an Application" and give some details. When this is done you will end up on a page that lists application details including consumerKey and consumerSecret. As Twitter by default does not enable xAuth, the third parameter needs to be set to false to go through the "normal" oAuth procedure of logging in.

Zwitscher has meanwhile progressed enough to be available on the Android market. For this version you don’t need to obtain any tokens.

Support for ReadItlater (http://http://readitlaterlist.com/)

If you want to add Suppor for ReadItlater, you need to get a Token and put it into above Token file as well

Support for TweetMarker

Zwitscher can now also sync last read information with TweetMarker.com (and thus with clients like Twitterriffic). To enable this, you also need to have a token in above tokens file

Support for BugSense

If you supply a token value for bugSense, BugSense crash reporting is turned on.

zwitschera's People

Contributors

hgomez avatar mcvries avatar pilhuhn avatar wwerner avatar yeradis avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.