Showing posts with label app. Show all posts
Showing posts with label app. Show all posts

ChildrenTV story

ChildrenTV is a mobile app that provides an impressive collection of new and old classic cartoons that you can filter by language and age category.

“The original idea came to me while I was inspired by seeing my daughter search and watch her favorite YouTube cartoons.  So we decided to create ChildrenTV mobile app, a cute and useful application that makes the process of teaching foreign languages an interactive session for both parents and kids."- said Uki D. Lucas, ChildrenTV founder.


Over the past 3 years, his mobile development company CyberWalkAbout.com has worked to develop the ChildrenTV  application and has continuously updated its content. Praised for its successful combination of beautiful graphics and educational content, the title gained a huge popularity on the Android an iOS markets and received positive feedback. The app integrates with the existing web site YouTube and streams live hundreds of safe videos that can be easily filtered by language and age category.




With more than 1,000 videos and growing, the app provides a fun way to keep kids both occupied and educated during long car rides as well as babysit them at home.  Cute and colorful graphics, an array of entertaining cartoons in 10 languages, together with a kid-friendly interface make ChildrenTV a great addition to a children’s mobile library. Also, as a parent you can brush up on a foreign language skills using this app, too!
 
We have lot of users from different countries, speaking MANY LANGUAGES, since it is almost impossible to find favorite videos in so many languages we ask you to help us, your and other kids will be thankful. Please suggest videos that your kids like, and we will do our best to make them available in the Children TV apps  http://bit.ly/ChildrenTV_YouTube_form



As an Amazon Associate I earn from qualifying purchases.

CyberFit - Founder's story

Uki D. Lucas is a technology entrepreneur, public speaker, book author and UX expert specializing in mobile application development. He has been working with technology start-up companies since 1999 job at RollingStone magazine. Plus to all the tech experience Uki is an active sport guy, and after some gym workouts with a trainer the idea of the fitness app CyberFit was obvious.

I have talked to a gym buff who said,
- I know my exercises, why do I need a new app?
    - How do you track your exercises?
- Spreadsheet.
    - This is exactly why we created this app!
              ~ Uki D. Lucas, CyberFit app.
File 32668
Over the past 6 months, his mobile development company CyberWalkAbout.com has worked to develop the CyberFit  application (http://bit.ly/CyberFit),a new revolutionary fitness tracking app. His creation has been already released to the App Store and proven to be very unique, as we are working with the best trainers with various approaches, so user can find just the right "fit" for him/her. Each trainer should be able to create a program, post their videos, keep track of the clients' progress, make money. Training buddies should be able to share their progress and schedules. It's like a new fitness social network!

CyberFit is a video-based set of programs that are customized to user's goals, in addition the application includes all expected features like:

- complete set of body measurements
- front, side and back over time photo comparison
- schedule of workout sessions with notifications
- exercise history with progress indication
- heart rate monitor support
File 40457 File 40458
File 40459 File 40460
To move this app to the next level Uki is currently looking for additional funding that will cover the marketing efforts and other app improvements.


As an Amazon Associate I earn from qualifying purchases.

App: Lost in translation

From time to time, each of us working in the app development, be that an UI/UX designer, developer or project manager has to come up with user messages on the spot.
We all think: "Oh this is a temporary text, a placeholder, we will fix it later.. Question: How many times this never happens?" And you would be surprised to know that this happens a lot starting from major international product development, brands that we all look up to, to the small side projects we do for fun.

At CyberWalkAbout, having a portfolio of over a dozen apps, some of the small "just for fun"projects surprise by being more successful than some of those which required a big effort and were expected to become a hit. App analytics help then take those apps to the next level of success.
One of the big things to pay attention are the statistics of usage per country or language which might be the reason to consider translating the app into the language of the country where the app is most successful.

Here are 7 eye-opening statistics why this could be a changing point for your app.

70+ languages are supported by Twitter and Facebook
90% of customers CHOOSE their native language when it’s made available
78% of customers are more likely to BUY if user instructions are in their language
81% of customers are more likely to BUY if technical documentation is in their language
60% of customers in Japan and France will not buy from an app in another language
(Sources: The Economist Intelligence Unit, Common Sense Advisory)

Below, you will find some guidelines to consider when writing the messages to the users that will help sending a direct and clear message as well as avoiding embarrassing translation mistakes.

Correct Content

  • Run the message through a check spelling software i.e. MS Word, or even browser for that matter.
  • Use Commas to separate subordinate clause at the beginning of the sentence and elements in a list:

Could be rewritten to "Slow, children."or even better, "Slow-down, children." 
  • Add hyphens - when you use the appropriate prefixes, to avoid double vowels, to avoid tripple consonants, for clarity, with certain compound phrases
  • Use that for restrictive clauses, use which for for non-restrictive clauses

Clear content

Use short sentences with just one topic

Bad: "This is a list of the current status of all event monitors for this process"
Better: "This lists the current status of all event monitors for this process."

Use simple tenses

What does "studying plans could be useful" mean?
  • Plans that discuss studying could be useful.
  • Studying the plans could be useful.

Use active voice, avoid passive voice

Include all the articles and all other necessary parts of speech

What does "Print control file list" mean?
  • Print all the files that contain controls.
  • A list of files that contain print controls.
  • Print a list of control files.
  • Print the controls and file the list.
  • Control the print and list the files.
  • Print and control a list of files.

Repeat nouns and repeat modifiers, do not use ambiguous pronouns

Bad: The developers agreed to discuss the issue, but it took too long.
Better: The developers agreed to discuss the issue, but the discussion took too much time.

Omit any unnecessary words

Wordy:          In the event that
More Concise: If

Do not use "and/or"

Example: When you say Close and/or lock the door, the translators have to choose among the following possible phrases:
Close and lock the door.
Close or lock the door.
Close or lock the door, or close and lock the door.

Avoid idioms and jargon

Bad: in the ballpark
Better: estimate

    Consitent Content

    Use US Standard English

    Use only one unvaried term for any given concept


    when asking the user to press on something all the following words mean the same:
    • Depress
    • Enter
    • Hit
    • Press
    • Strike
    • Tap
    • Type

    For delete:
    • Clear
    • Delete
    • Discard
    • Erase
    • Purge

    Keep the use of numbers and digits consistent
    Use Family Name and Given Name instead of First and Last Name

    How to proper format your strings

    • Place all your Strings into a separate resource XML file - the strings include titles, names, error messages and any other text the user might see.
    • DO NOT concatenate strings, it almost always results into a localization bug. i.e. red pencil will be translated to crayon rouge in french
    • Set up the rules for ellipsize - As a rule ellipsize at the end for 1 word button texts and in the middle for 2 word. If the translation is long, then the user might never see the second word if you cut the strings at the end.
    • Allow for string expansion 


    Test the strings at early stages, google translate and other services will give you an idea of the length of the strings.
    Possible solutions are to either leave room between the text and the field or place the label above the field.



    In the table below are the IBM recommendations for planning for UI text expansion:
    http://www-01.ibm.com/software/globalization/guidelines/guideb.html


    • Never put hard enters in the code.
    • Avoid text in icons and other image assets







    As an Amazon Associate I earn from qualifying purchases.

    Children TV ~ videos for kids

    We developed Children TV app to create a SAFE app for our children. We REVIEW all videos and mark them AGE appropriate.


    We have lot of users from different countries, speaking MANY LANGUAGES, since it is almost impossible to find favorite videos in so many languages we ask you to help us, your and other kids will be thankful.

    Also, as a parent you can brush up on a foreign language skills using this app, too!

    Download:



    Please suggest videos that your kids like, and we will do our best to make them available in the Children TV apps.










      As an Amazon Associate I earn from qualifying purchases.

      Multilingual ChildrenTV App


      ChildrenTV is designed for children to enjoy and adults who want to learn a foreign language. This free app plays multiple multilingual cartoon videos for all ages. The application is available for Android and iOS. 
      The iPhone version includes a word game that can be played before or after watching the video.




      Children TV app for iOS http://bit.ly/ChildrenTV_iOS


      "Children TV" app for Android 
      You can filter through 10 languages: English, French, German, Italian, Korean, Polish, Romanian, Russian, Spanish, and Ukrainian.
      Filter through age categories: 2+, 4+, 6+, and 8+
      Play word games for interactive learning.
      Search for videos.

       

       






      As an Amazon Associate I earn from qualifying purchases.

      New versions of Local Events apps for Android!

      CyberWalkAbout.com is happy to announce new updates of Chicago, Los Angeles, and SF Bay Area Events apps for Android.

      We've just deployed 

      • CHICAGO EVENTS – version 65
      • SF BAY AREA EVENTS – version 15
      • LA EVENTS - version 7

      http://bit.ly/ChiLocal http://bit.ly/SFLocalGuidehttps://play.google.com/store/apps/details?id=com.cyberwalkabout.localguide.la 
      https://play.google.com/store/apps/developer?id=CyberWalkAbout.com

      Check out the apps and give us your feedback! We do our best to constantly improve our applications.

      Filter and browse events by these popular categories:
      - Art and Culture,
      - Social Media,
      - Sports Events,
      - Food Events,
      - Business,
      - Digital Art,
      - Marathons, Triathlons and Obstacle Races
      - Technology


      Select and follow your favorite events on Twitter with #hashtags already included, share using Facebook, Google+ Email, SMS so your friends get on the action, too.

      Download Chicago Events here:  http://bit.ly/ChiLocal 
       
      Download San Francisco Bay Area Events here: http://bit.ly/SFLocalGuide
       
      Download LA Events here: https://play.google.com/store/apps/details?id=com.cyberwalkabout.localguide.la

      Also, the Local Events apps are available for iPhone!



      As an Amazon Associate I earn from qualifying purchases.

      Factors that can influence downloads of the mobile apps

      Taking as a fact that you have a great app, a "shouting", cutting-edge presence on the app markets, good rating and good promotion, what else could influence the number of your app downloads?

      Having over a dozen apps out on the market, we noticed that every time we release an update, we have a spike in downloads. The reason is that, when publishing an update, the app market gives you a bust of ranking so you get more often in the search results and may be listed on the first page of rating within the category in which your app belongs to. In addition, surprising users with improvements (hopefully), either its some new features or a holiday re-skining of the UI, works as a gentle reminder and can increase the number of active users which is very important..

      Another observation, more obvious this time, is that people tend to download and explore new apps on weekends.

      Here is an example of the downloads statistics on ChildrenTV, on the right side you see the number of downloads on the left I showed the weekend days.




      Another advise would be - Know your users.

      Try to analyze and put yourself in your user's shoes. Imagine his life cycle and try to understand at what point you (your app) can be useful. When is your user more willing to use your product.

      Here is an example from the same app, Children TV. Take a guess which is the reason of a massive increase in downloads on this statistics.




      If you pay attention to the dates you will see that on vacation the downloads are considerably higher, parents are happy to get their kids busy, kids are happy to watch their favorite cartoons. Boom, mission accomplished.

      I will keep updating this article as I notice new external factors influencing downloads, full moon for example :).




      As an Amazon Associate I earn from qualifying purchases.

      Shame Alarm

      Never Sleep Through Your Alarm Again!
      Have trouble getting out of bed? What better way to motivate you than knowledge that if you fail to get up, everyone from your parents to your co workers to your Twitter followers in Indonesia will know that you lack the ability to perform one of the most basic of bodily functions?


      Trust us, when this little alarm clock goes off, you'll move quickly to get to the dresser, because if you don't, someone will know about it.



      Shame Alarm is guaranteed to increase your morning productivity! Simply log in to Facebook and/or Twitter, and you'll never fail to wake up again!

      Features:
      • 8 classic wake up ringtones

      • Add vibrate for some extra buzz

      • Set alarm to repeat on select days

      • Dark interface for perfect night time usage

      • Remember, like all third party alarm clock apps, you must leave the app running overnight. Make sure it's plugged in!

      Download on iTunes.




      As an Amazon Associate I earn from qualifying purchases.

      eBook


      The application starts with a cover-page splash screen and the option to purchase the paper book. Table of Contents (TOC) lists all chapters and appendixes.



      When user opens the page the chapter name shows briefly on top. The reader is able to select text by long-press on the page, share selected text using various popular Social Media applications and highlight selections of text. The application remembers the list of Highlights and Bookmarks.


      Status: coming soon on the Android market.







      As an Amazon Associate I earn from qualifying purchases.

      Yachts and Tall Ships




      Tall ships, super yachts, catamarans, sailboats, cruise boats and events.
      Detailed information for 700+ detailed sailing vessels, all major ports around the world, points of interests and more.
      Find out about sailing events around the world, share them with friends and see its twitter feed.





      As an Amazon Associate I earn from qualifying purchases.

      GrassHopper Meadow

      Your child will enjoy the sunny and colorful meadow, childhood game of catching ladybugs and butterflies to trade them with friend for favorite toys. Develop the skill to hop and catch butterflies and flying lady bugs, not to step on grasshoppers and to avoid the boy who will sneak up and try to release them. Six levels are available to challenge your skills!












      As an Amazon Associate I earn from qualifying purchases.

      Chicago Local Guide Android App

      All you need in Chicago to find:
      • interesting places: points-of-interest around you
      • cultural, social, sports and technology events around Chicago
      • Chicago photography and art
      • food trucks twitter feed and map (coming soon)
      • beautiful Chicago wallpapers





      We would like to extend an invitation to artists and galleries of Chicago for free promotion in our application.
      Below are just a few benefits we could provide:
      • Calendar would cover dates of your event
      • Link from the calendar would open your Website or Map
      • Vernissage - art galleries of the exhibiting artists with art description
      • QR scanner - scans would take attendees to online galleries of the artists
      • "What's around" would show attendees restaurants, etc. around
      • Sharing would enable attendees to post Facebook/Twitter comments
      Post your art to our Facebook page

      Download the app: 




      If you cannot find this app on Android Market download it here: http://bit.ly/n7iMSU


      As an Amazon Associate I earn from qualifying purchases.

      Auto Show 2011


      Are you preparing for an Auto Show?

      We follow industry shows with "Auto Show 2011" Android application and we'd like to feature your product gallery, calendar and booth location maps.

      We also offer BRAND-CUSTOMIZED SOLUTIONS at very attractive prices:
          • custom splash screens

          • product galleries and descriptions

          • links to your existing online catalog

          • QR code scanner

          • maps, brochures, coupons and offers

      Don't worry if you don't have experience with mobile development, our talented staff will assist you to deliver a turn-key solution within ANY budget constrains. There is NO reason not to have a mobile application next time you go to the show.

      Contact Natalia at: 

      Download the app: 


      As an Amazon Associate I earn from qualifying purchases.

      Children Story



      Children multi-lingual stories

      "Useful Recipe" is a beautifully illustrated, 16-page, folk story in 4 languages. 

      Search on the Market for:
      "Useful Recipe"
      "Children Books"
      "International Children Stories"




      Swipe side-to-side to go to the next page of the story.
      Tap on the screen to view the text and change language.

      You select the language by pressing the country flag.

      - English 
      - Russian 
      - French 
      - Romanian

      Android Market:








      As an Amazon Associate I earn from qualifying purchases.

      apt quotation..