Giter VIP home page Giter VIP logo

coursera-android's Introduction

coursera-android

Source Code for Android Course Example Applications

coursera-android's People

Contributors

aporter avatar arasevic avatar boolli avatar davidjfelix avatar mayank-io avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

coursera-android's Issues

Migrating projects to android studio.

Hi, I am being unable to build the projects in Android studio. Can anyone give me any blog or tutorial link to set these projects in Android studio.

Also what steps should I follow to migrate it from Eclipse to Android studio.

Thanks in advance.

Saurav

week 2 lab

i got lots of error while performing for week 2 lab, i dont know how to rectify it plaese help me.

p1
p2
p3
p5
p6
p7
p8
there is further i will post you soon

Need somebody help...

Hello, its my first course and mb my question is silly, but where are video lectures and other materials , I cant find it, I have only github link. Help pls!

Part 5, step 11: emulator: ERROR: x86: AVD cant load

When i try to start and AVD, foll message appears in Run window below -

emulator: ERROR: x86 emulation currently requires hardware acceleration!
Please ensure Intel HAXM is properly installed and usable.
CPU acceleration status: HAX kernel module is not installed!

Currently, i am using windows -7,
Is there any way i can run AVD on my laptop?

Can't import LocationGetLocationServices in android studio

Hello every body,

I can't import import into androidStudio from eclipse. Have you an idea ?

  • Project LocationGetLocationServices:/home/morgan/Documents/dkit/mobile devlopment/coursera-android/Examples/LocationGetLocationServices/project.properties:
    Library reference ../../../../Classes/AndroidOnline/Coursersa-Android002/eclipse/google-play-services_lib could not be found
    Path is /home/morgan/Documents/dkit/mobile devlopment/coursera-android/Examples/LocationGetLocationServices/../../../../Classes/AndroidOnline/Coursersa-Android002/eclipse/google-play-services_lib which resolves to /home/morgan/Dropbox/dkit/Classes/AndroidOnline/Coursersa-Android002/eclipse/google-play-services_lib

Git: Cloning and SSL Failure

Hi Adam,

Do you have insight as to why I am unable to clone my fork of this Repository ([email protected]:bamcdougall/coursera-android.git), but I am able to clone your originating fork ([email protected]:bamcdougall/coursera-android.git).

I did not change any permissions of the forks within my own Repository...just clicked each Repository's respective Fork button.

The interesting thing is that I am able to git clone [email protected]:bamcdougall/coursera-android-labs.git, which is my fork of your originating Labs Repository

Thank you and best regards.

Brendan

Lab 1: Part 6: Step 6 : Screen blank while step by step debugging

Hi,

While using debugger with a breakpoint at int val = findAnswer();

My phone screen is black, and I cannot see words "The answer to life,universe and everything is" ,

Only when i resume program, the screen shows all the words "The answer to life,universe and everything is 42"

Pls help..

group videos in seperate folders

Hi Adam,
Can you please group the projects by their week in repo? Create folders named week 2 - and place MapLocation And MapLocationFromContacts

This will save a lot of time in looking for list.

.classpath files missing for all projects

When projects are imported, Eclipse auto creates a .classpath file which results in a messed up project.
screen shot 2014-02-19 at 5 23 30 pm

This happens because of bad source folder entries in .classpath file.

Icon/Logo

If the project needs logo, I am willing to give my best design for this. Thanks PO !

naming convention for STATE constants on Week 2 - TheActivityClass.java

Hi guys,
Based on http://developer.android.com/training/basics/activity-lifecycle/recreating.html
Shouldn't we be using STATE_* for the naming conventions of our states?

It's a small issue but I think the codes you put there

private static final String RESTART_KEY = "restart";
private static final String RESUME_KEY = "resume";
private static final String START_KEY = "start";
private static final String CREATE_KEY = "create";

ought to be

private static final String STATE_RESTART_KEY = "restart";
private static final String STATE_RESUME_KEY = "resume";
private static final String STATE_START_KEY = "start";
private static final String STATE_CREATE_KEY = "create";

Problems with the PermissionsExamples

the permissions example number 2 (PermissionExampleBoomUser) is able to start PermissionExampleBoom even if it does not have the required permissions set by PermissionExampleBoom.

my android manifest file for PermissionExampleBoom -> here

and android manifest file for PermissionExampleBoomUser -> here

Note: I'm using android studio for these on android 5.0, tested on a device

if you want to import these projects to test in android studio, entire android-studio projects are available as a github repo here :-

PermissionExampleBoom

PermissionExampleBoomUser

zip course download

The couse download has an error on extraction "Path too long" on Windows 7, for file CompoundOrderedBroadcastWithResultReceiver.java

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.