Buying Mobile App Developer Needed for $40

Discussion in 'Programming' started by webandinkmedia, Apr 10, 2012.

  1. #1
    I need an experience web application developer to execute my task properly. He needs to be experience in javascript too. This task needs to be done ASAP and needs to have a skype to have a good workflow with me.

    First Task:
    I need someone to code a button to enable user to add a shortcut icon on their homescreen of their mobile, (please see screenshot)

    I setup my html button like this
    <a href="#"><img src="img/button-shortcut.jpg" /></a>
    Code (markup):
    I'm not sure how to code it.


    [​IMG]



    Second Task:

    I need code to be compatible with the iPhone and Android. I'm trying to create a toggling checkbox, that when a user check the checkbox it will show the button, if it's uncheck it will show the disabled version ('#disableBtn')

    Javascript + Jquery
    $(function()
    {   
        $('#agreed').change(function()
        {
            if ($(this).attr("checked"))
            {
                $('#disableBtn').hide();
                $('#button').css('display', 'block');
                return;
            }
            $('#disableBtn').show();
            $('#button').css('display', 'none')
        });
    })
    
    Code (markup):
    HTML
    <input id="agreed" type="checkbox" name="check" value="1">
    
    <a id="button" href="#>">Button</a>
    <span id="disableBtn">Disabled</span>
    Code (markup):
    CSS
    #button { display: none }
    Code (markup):
     

    Attached Files:

    webandinkmedia, Apr 10, 2012 IP
  2. googlerindia

    googlerindia Active Member

    Messages:
    107
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    Hey,

    We are an App Development company based our of USA with offices in France, UK, Australia and India. You can find our company portfolio here http://apptology.com/portfolio/index.html. If you are interested please let me know your Skype ID or any other IM ID for further discuession.


    Thanks
    Dixit
     
    googlerindia, Apr 12, 2012 IP
  3. techfreakdevelopers

    techfreakdevelopers Greenhorn

    Messages:
    56
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    Hi,

    I am iPhone developer and I know how to do it. I will do this task for you. I have already developed many Mobile application for iphone , android. Please give me your skype id to discuss further on your project.

    Please check it PM for ultimate solution.

    Thanks,
    MND
     
    techfreakdevelopers, Apr 12, 2012 IP