This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import android.content.Context; | |
import android.graphics.Color; | |
import android.graphics.PixelFormat; | |
import android.graphics.drawable.GradientDrawable; | |
import android.graphics.drawable.PaintDrawable; | |
import android.graphics.drawable.ShapeDrawable; | |
import android.graphics.drawable.shapes.RoundRectShape; | |
import android.os.Bundle; | |
import android.view.Gravity; | |
import android.view.LayoutInflater; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package cbedoy.stretchablelistview; | |
/** | |
* Created by Carlos on 27/09/2014. | |
*/ | |
import android.content.Context; | |
import android.util.AttributeSet; | |
import android.util.Log; | |
import android.view.LayoutInflater; | |
import android.view.MotionEvent; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Removing src/com/cbedoy/apprende/services/UniversityService.java | |
Removing src/com/cbedoy/apprende/services/ThemeService.java | |
Removing src/com/cbedoy/apprende/services/QuestionService.java | |
Removing src/com/cbedoy/apprende/services/ProfileService.java | |
Removing src/com/cbedoy/apprende/services/LoginService.java | |
Removing src/com/cbedoy/apprende/services/GuysService.java | |
Removing src/com/cbedoy/apprende/services/FeedService.java | |
Removing src/com/cbedoy/apprende/services/ExamService.java | |
Removing src/com/cbedoy/apprende/services/CourseService.java | |
Removing src/com/cbedoy/apprende/services/AppInstanceProvider.java |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.ArrayList; | |
import java.util.Random; | |
/** | |
* -------------------------------------------------------- | |
* Created by Carlos Bedoy on 18/11/14. | |
* MosaicTest | |
* Mobile Developer | |
* Aguascalientes Mexico | |
* Email: [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import android.content.Context; | |
import android.graphics.Bitmap; | |
import android.view.LayoutInflater; | |
import android.view.View; | |
import android.view.ViewGroup; | |
import android.widget.BaseAdapter; | |
import android.widget.ImageView; | |
import android.widget.TextView; | |
import com.cbedoy.apprende.R; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import android.content.res.Configuration; | |
import android.util.TypedValue; | |
import android.widget.TextView; | |
import org.pademobile.application.ApplicationLoader; | |
/** | |
* Created by Carlos Bedoy on 1/14/15. | |
* <p/> | |
* Mobile App Developer - Bills Android |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.cbedoy.apprende.service; | |
import android.os.AsyncTask; | |
import android.os.Build; | |
import android.util.Log; | |
import com.cbedoy.apprende.interfaces.IRestService; | |
import org.apache.http.HttpResponse; | |
import org.apache.http.NameValuePair; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.ArrayList; | |
import java.util.HashMap; | |
public class NotificationCenter { | |
private static NotificationCenter mInstance; | |
private final HashMap<Integer, ArrayList<NotificationListener>> mListeners; | |
private NotificationCenter() { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package org.pademobile.viewcontrollers.inapp; | |
import android.view.View; | |
import android.widget.AdapterView; | |
import android.widget.Button; | |
import android.widget.ListView; | |
import android.widget.TextView; | |
import org.pademobile.application.ApplicationLoader; | |
import org.pademobile.bills.R; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// PaymentOriginViewController.m | |
// Bills | |
// | |
// Created by Carlos Bedoy on 22/06/14. | |
// Copyright (c) 2014 Pademobile. All rights reserved. | |
// | |
#import "PaymentOriginViewController.h" | |
#import "Memento.h" |
OlderNewer