cmh0114's Profile User Rating: *****

Reputation: 10 Tradesman
Group:
Contributors
Active Posts:
143 (0.12 per day)
Joined:
03-January 10
Profile Views:
5,965
Last Active:
User is offline Dec 03 2012 02:51 PM
Currently:
Offline

Previous Fields

Country:
US
OS Preference:
Windows
Favorite Browser:
FireFox
Favorite Processor:
Intel
Favorite Gaming Platform:
Who Cares
Your Car:
Ford
Dream Kudos:
25

Latest Visitors

Icon   cmh0114 has not set their status

Posts I've Made

  1. In Topic: Text to Leet Program

    Posted 23 Jan 2012

    If you want to locate a hashtag, just do a string.indexOf("#") (or whatever the correct syntax for Java is), and then go from there as to how you interpret the hashtag. To achieve the 140-character limit, you just need some Boolean logic:
     if(string.length() > 140)
    newstring = string.substring(0,140);
    string = newstring;
    
    


    Or do it in your while loop - while(line.hasNext() && index <140).
    Sorry, some of the syntax might be incorrect - it's been a while since I worked with Strings in Java. But the general idea should work.
  2. In Topic: Java Android questions

    Posted 18 Jan 2012

    If you're using Eclipse, press Ctrl-O to automatically import the needed libraries for your code. If not, I'd double-check to make sure you've spelled everything correctly and referenced the correct libraries - some Android objects have a Java class and an Android class, and you have to make sure you choose the right one (usually Android).
  3. In Topic: Giving a paid app for free

    Posted 18 Jan 2012

    That's a really interesting idea. I like to post my apps on the Market so that my friends and testers can download them quickly and easily, but since they're in beta (essentially), I post them for free and not for a price. Problem is, you can go from paid -> free but not free -> paid. Something like this - a coupon system where you can allow restricted access based on coupons - could really help with that.

    Thanks for the ideas!
  4. In Topic: [Android] SMS Timing App - Looking for Beta testers

    Posted 16 Jan 2012

    All right, here's the link: http://goo.gl/ZonHA Thanks a bunch! And sure, I'll check out your app, too.
  5. In Topic: Commission Question?

    Posted 16 Jan 2012

    Well, I think I'll be okay on the risk - I am reviewing all of the code and rebuilding it myself, so there will be no malicious software. If I see anything suspicious, I won't host it, simple as that. And I'm not sure exactly why he can't sell it himself - some of the Android licensing stuff is pretty weird, as far as I know. I don't really account with it much, I just mark as many country boxes as are available to me. He's based in the UK, so I really don't know why he wouldn't be allowed to sell in the US, but if there's a chance to make some money off of it, I'll just have to be careful. I'm a college student, so pocket money is always appreciated. XD

My Information

Member Title:
D.I.C Head
Age:
20 years old
Birthday:
January 14, 1993
Gender:
Location:
Shelby Twp., MI
Interests:
Programming, reading, computers, piano, school, programming, programming, robotics, programming
Years Programming:
3
Programming Languages:
Java, C++, Ruby, Python, LabView

Contact Information

E-mail:
Private
AIM:
AIM  cmh0114
MSN:
MSN  cmh0114
Website URL:
Website URL  http://

Comments

cmh0114 has no profile comments yet. Why not say hello?