Monday, August 10, 2009

"Claim It Now" Screenshots


Well I've been pretty busy the last few days working hard on the application. I managed to work out some errors and bugs that I encountered in my code. You really learn alot when you have to fix your own problems and get things to work like you want them to. After getting the kinks worked out of my code I managed to get my basic application framework up and running.

As promised in my previous post I said that I would have screenshots of what I was doing. Well I kept my word so I've included a few screenshots of the application. Now this is only the beginning and the screens haven't been polished yet I'm just trying to get the application functional and then I'll clean and polish the look. I'll try to explain each of the screens briefly but, I guess I need to tell you what the application is.

"Claim It Now" is the tenative name for the application if you can think of a name let me know. Anyway the application is an accident insurance claim application. There are a few applications in the AppStore that deal with auto accident claims but I plan on making ita bit unique in it's look and function. I'm going to incorporate some of the features of the iPhone 3.0 sdk.

The first screenshot is just the development enviroment and the user interface design tool; Interface Builder used to build the application's screens. The next screenshot shows the iPhone simulator running with the application's initial menu screen. The icons on the screen are not the final ones used in the application but rather stock icons. I haven't figured out what the final ones will look like but I'll figure that out when it's time to make the app look good.










The next screenshots are close-ups of the iPhone simulator screen one screen is the main application menu when tapping a row the screen changes to the next "New Accident" screen. Tapping a row on this screen an alert pops up I did this to make sure all of the interaction logic was wired up and working.


Well that's all of the screenshots that I have so far but as I get more I will post them here on my blog. Don't forget to sign-up for this blog so that you can get the latest postings and information about the application. Until next time I will keep working and pushing towards my
goal.


Ngenious

Wednesday, August 5, 2009

Securing a trademark before publishing your app.


As I was thinking about a name for my app it occured to me that I should do a search to see if the name I come up with is already trademarked. I figured it would be good to avoid any legal problems or potential lawsuits.

So I wondered how many apps currently in the AppStore have secured a trademark. I did a search for a few of the popular apps under trademarks and you'd be surprise that some didn't have any kind of trademark and it could be a case where they couldn't trademark a word or name.

Nonetheless I think you should at least search to make sure your app name isn't infringing on someone's trademark and void legal lawsuits. It could save time and money to just do a search and see and if there isn't any trademark then you can secure it for you own brand.

If you want to do a trademark search I went to the United States Patent and Trademark Office search site and it's free http://www.uspto.gov/main/sitesearch.htm

- Ngenious - 20% creative 20% resourceful 20% cleverness 40% persistence = 100% ingenious

Tuesday, August 4, 2009

Weekend iPhone Warrior


I know you haven't seen a posting since last Friday I've been busy, so this one will cover the last few days of what has transpired since then. On Friday I didn't do much work on the application it was more of a read and research day. I did some reading to understand some concepts specifically about TableViewControllers and working with them.


I got some good feedback from a couple of readers about the user interface for the application I posted a question about one of my views and they gave me some suggestions about using TableViewController. So I did my homework and prepared myself to do a simple proof of concept to see how the TableView would look in my application. Saturday I got up and did a design on paper of how I wanted the view to look and function that took a couple of hours. After doing the paper design session I did a sample project that had just the TableView and began coding the view based on my design. Doing that exercise I gained some good knowledge on how the UITableView and UITableViewCell works and how to create the delegate methods for the UITableView.

Having the "Beginning iPhone Development" book really helped me to understand the UITableView and UITableViewCell classes because of what I read the previous evening. I'm feeling really good about my progress so far even though I feel like I have a long way to go with building this application. I'm not feeling any pressure just yet, even if I do I will really begin to shine. I'm trying to get finish coding by the end of October so that I can have November and December to polish and prepare for submission to AppStore.

I try to put in as much time as possible on working on this application if I can get one under my belt then another and another I will be on my way. I'm really have fun programming for the iPhone even though it's a lot of work. I have friends now that have come to me with concepts for iPhone applications as a matter of fact one good friend of mine contacted me today about one. So I'm going to become very good a building iPhone applications and hopefully make a good living doing it.

Today I did a trademark search for two name one for the application I'm currently working on and another for a game that I want to tackle here really soon. Neither one of the names are registered so in the coming weeks or months I will be applying for a trademark, cause we got to protect ourselves. Tonight I will be doing some more coding on the application finishing up my view with the UITableView and UITableViewCells. I'm going to work on adding a different icons for each row in the UITableView.

As alway you can subscribe to this blog to keep up with my progress as well you can follow me on twitter (www.twitter.com/pettish) as I get further along will try to provide screenshots of the application and when I really get it running I will post a video first look at the full application running on the iPhone.

Thanks and I appreciate you reading my blog.


Ngenious - "Genious is 20% mental 80% persistance"

Friday, July 31, 2009

iPhone application progress....


Well last night was a late night but not too late I got a lot of work done. I had to refactor some code for my view controllers after some good feedback from readers and reading some more. I have to give myself a pat on the back because during the refactoring I had several build errors and warning, but I worked through them and that gave me a better understanding of what I was doing with the iPhone SDK and the Objective-C syntax.

The screen shot is one of my first views that I got to come up of course it doesn't look polished but that will come in due time. I'm just trying to get everything laid out and wired up. As a matter of fact this is a slightly older screen shot because I've changed the name of the application.

One of the things I was trying to decide on is whether to go with a Tab bar navigation or go with adding buttons and create my own navigation controller. My initial view is a menu screen that has six buttons and each button except for two of them takes the user to a different view. Basically my initial view controls the main navigation and the view controller just switches between those views. I wanted to use buttons instead of a Tab bar navigation because I wanted to have icons on the buttons.

I know it may not look like much right now, but I'm really excited about the progress that's I'm making tonight I will be wiring up the button in Interface Builder and getting some interaction going on that view. Then I will build out each of the views one by one and make sure that the main view loads the view when the button is tapped.

As I make more progress I will post more screen shots and I'd love to here any feedback. Feel free to email me pettish@bigboyzmedia.com also you can follow me on twitter to get updates twitter.com/pettish.


Peace
Ngenious