where to start for development

Hello developers,

where toget statred to develop the theams to BB10, how to design the intrface user... im confused with all the stuff

OK thanks all of my things are resolved

Tags: BlackBerry Developers

Similar Questions

  • I started to develop some keyboard problem checked for all solutions could not.

    I started to develop checked for all the solutions found no keyboard problem. I realized that my net work is tahen above and my files diverted that I get these links of text by people representing miceosoft, promising new computer, employment and they reformatted my windows from vista to 7 and said that my reward .they have to my media my setings channged al and obtained the list of my contacts by sending them the meseges. Send me micro soft web pages which later changed in sofamicro. I'm afraid to use any String with soft micro logo on it .i ned help please, my our user at my items folders and emails al ben reset my key board break some keys and few of them do not work, the poster to the conection USB keyboard device manager there is corruption. Norton report ip who took the relay from my computer... I am the only user of this model as administrator, but the net work listed others that I can't remove, this AI out of this world, al tools that they could use to place these links and ask me click on a such that they were the ms Tech

    I do not understand some of your words.

    • 'stached"--> home?
    • "delwtwd"--> deleted?

    Assuming that I got those right, the answer is not much sense yet.  Take a deep breath, take your time and use simple language with common punctuation.  Type slowly.  Your hands are going faster than your mind and makes it hard to follow.  Don't make things worse by getting over excited.  ;-)

    What I tell you (based on the original post and now this response), this is your best course of action with your horribly hacked and infected system should all erase and start over - disconnecting the network while you do this to your computer.  If you have a USB and there are some select files/folders you want to have no EXECUTABLE in them - copy those turned off.

    You should probably reset each password you have for each account that you have as well – each of them.  Anywhere - Internet, etc.

    You may want to also likely reset everything router you might have that connect you to the Internet if there is a custom configuration - as they have probably your router pirate as well - giving them a back door at least in your network.

    What you have presented I can assume only you have been scammed.  They have probably used something like VNC or TeamViewer and your willingness to participate to take complete control of everything you have on your computer and possibly connected to your network.

    If it is a business network - disconnect your computer it immediately and contact your it Department and let them know what you think.

  • tried to create a private folder for the work of the book as the in-laws use our computer but don't know where to start and it seems to have sent the info im trying to hide anywhere please help

    tried to create a private folder for the work of the book as the in-laws use our computer but don't know where to start and it seems to have sent the info im trying to hide in every sense, please help, its windows 7 we have, I will learn more about computer but now I have to stop my son-inlaw through my belongings on the computer

    Nancy

                                                   

    Hi Nancy,.

    Encryption of files and folders is a way to protect against unauthorized access. EFS (ENCRYPTING File System) is a Windows feature that you can use to store information on your hard disk in an encrypted format. Encryption is the best protection that Windows provides to help you keep your information secure.

    You can make a folder and then encrypt it.

    http://Windows.Microsoft.com/en-in/Windows7/encrypt-or-decrypt-a-folder-or-file

    Good day!

    Answer please if you face concerns.

  • You need to add a 3rd WAP to existing small business network. Where I start?

    The network has 26 ports Cisco switch and 2 existing WAPs, 1 of which is an air 1040, and the other I'm not sure but it resembles that of other.  I need to add a 3rd WAP for a small room.  I was going to use an other cisco 1040 air, but I don't know where to start.  There is a smaller, lighter WAP that works?  I have no experience in network configuration, so I'd like something simple.  Help, please.

    Thank you

    Laura

    Hello Laura

    My name is Eric Moyers, one of the Experts I wireless in the Small Business Support Center.

    Normally, I tell customer to add products similar to their outgoing network when they're trying to develop it. This prevents the learning curves to a minimum and help in getting enlargement and running faster. However, there are time going with brand new products are better, especially if you are trying to integrate the best technologies.

    The Aironet 1040 currently being End of Life / end of sale. You would need to look for a different model.

    He stay with the Enterprise Access Points level, the AIR 1602 has the same capabilitoes as the 104 you're too used. Price range is 300 above low 400 according to one where you look.

    If you want to look at small businesses, we have the WAP561 which is also dual Radio and should do everything the 1040 can or you can look at the WAP371 that is double also but includes a radio that can make the new signal "AC". These two serve 200 upper middle 200 depending on where you look. By the way that they look almost identical to the AIR1040 as well.

    I hope this can help you started, please let me know if I can answer anythin else or go deeper.

    Eric Moyers
    .:|:.:|:. CISCO | Eric Moyers | Cisco technical support |
    Wireless and monitoring subject matter Expert

    Please note useful messages and let others know when your Question has been answered

    You can click on my name next to the image if you want to email me directly

  • Where to start with Web Services

    We run an ESXi 5 environment with a server for vSphere and are eager to develop a system to be able to create virtual machines.

    I came across the site of the developers of VMware and was very happy to find the vSphere Web Services SDK and wanted to know where to start?

    Y at - it software or settings that must be enabled on the vSphere server or ESXi hosts to allow the use of the SDK?  I downloaded the SDK and trying to connect and have had no success yet, and here the possibility that something is not missing on the server.

    Will there be sites level introduction, articles or tutorials on how to start using the SDK?

    I'd appreciate any help that anyone can provide.

    Thank you

    Matt

    Hi Matt,

    Everything you need to start is available here: http://www.vmware.com/support/developer/vc-sdk/

    It has links to:

    1. the developer's Guide

    2. the Program Guide

    3. the online API reference

    4. the download of the software development kit (if you have not already had it)

    The configuration guide for developers gives you all the steps to configure your system, and how to compile the examples. I suggest you review this first and get to the point where you can run the basic example of program that connects to the ESXi host and gets a few values.

    The configuration guide for developers is divided into separate sections for Java and c#. I'm using c# and the guide was in all on-site.

    The following document to read is the vSphere Web Services SDK Programming Guide - it will help you understand all of the concepts you need for programming with the SDK. The information is presented in a generic way, but samples lean towards Java. But not to worry because the SDK c# samples are many and it is easy to cross things between the Programming Guide and a reference sampling program. This guide is very large ~ 250 pages, but you don't need to read all this, chapters 2 to 5 are what I'm focused on - they are the absolute must know things for relying on web services SDK. What follows I'd say depends on what you need to do with the SDK. A very useful reference when reading the chapters 2 to 5 is the managed object (MOB) on your ESXi host browser. It is accessible at https://your-host-url/mob. You can search the managed objects and explore their hierarchy here.

    Once you understand, I dare say that you are able to start your own program with the help of the API reference of course. In fact you may have already tried poking around with a few lines of code by reading the guide just because it is useful to understand the concepts by testing them with code.

    Also nothing should be done on the server to start to use web services SDK.

  • Advice on where to begins the development of the site

    Hello

    I am a new Web designer/developer and use Adobe tools, classroom in a book, and Lynda.com course to give me a crash course and I am fast learning. But asked me to develop a Web site that is out of my reach and need advice on where to start.

    The site will be an e-commerce site, with additional user interactivity options. If users will access the site, upload their own photos, crop and move, change fonts and add words to a product that they will then order and pay.

    I see two components here - the carriage portion and the portion of interactivity. The customer (Luckily, my sister-in-law, brother-in-law) also wants to be able to edit the site itself. On a level of professionalism, she wants to POLISH - a 9 on a scale of 1 to 10.

    I saw the information/tutorials on Business Catalyst, Cartweaver, PHP, Coldfusion, MySQL, AJAX, Spry, Flash, Dreamweaver, and Wordpress... and I am still a bit lost on which of the above focus on--or something else entirely?

    Can anyone recommend? I have CS5.

    Laurena

    Hello

    I will offer some tips from my experiences. I have already developed applications and location using Dreamweaver, and more specifically the MEASURE, which is now discontinued. If I you I would look at a PHP framework, they are designed for rapid development and are generally well supported by their respective communities.

    I would take a look at Codeigniter (it's free), offers a wealth of features, good security and a fairly gentle learning curve. There are plenty of tutorials and community support is top notch.

    You can continue to use Dreamweaver CS5 to design and with new features PHP it can also be used for development. I know your problem there are so many options, it can be difficult to go into a path without closng another, in the last 3 months, I focused on PHP, Codeigniter and jQuery with those three that I feel now I can do anything.

    Good luck

    Mike

  • FX Android 4.2 Beta: scrolling has recently looked to jump to where you started

    Recently the view has become unusable on many pages. It seems then scroll jumps back where he started. Problem remains without connected keyboard. No problem in Chrome on the same page. If it wasn't for the keyboard down arrow, that works very well, I couldn't use Fx at all.
    FX Beta 22.0 Android on Tablet ASUS Transformer TF700T assorted keyboard/dock.

    The solution was to remove the Quick gestures - I love the addon but the scrolling is more important.

  • where to start with loging in an application

    Hello. Creating a safe space for a BB app being created using SDK5. Very simple with just a user name and the password required. At the login screen and the other screen. Don't check as empty fields etc. But I don't know where to start with the actual coding. More precisely:

    1. where should I store the username and password - what is best practice? Is - XML, databases, persistent storage file?

    2. in what format should I keep it should for example the details be encrypted plain text etc?

    3 - How can I verify that the information entered is asme as whats been stored?

    4 - How can I signout so that details must be entered again again?

    Any help / pointers / links to examples would be appreciated. See you soon

    Welcome on the support forums.

    1 I store small amounts of data in the persistent store, it is the easiest way.

    2 feel free to encrypt, but unless someone knows the key to your persistent store only you can read. If you use a custom object, another application will not be able to open it, but usually I decide by the desire to have data survive an update (custom objects are removed on uninstallation)

    3 is equal to

    4 remove the persistent store, for example

  • Otherwise for development if there is no java API?

    Hi, expert,

    Right now, we are trying to find out if we can set password policies, configure vpn profiles and configure the email on blackberry programmatically accounts.

    To establish password policies, it is confirmed that there is no API: http://supportforums.blackberry.com/t5/Java-Development/Is-there-API-to-change-the-password-policy-a... .

    To set up e-mail, I saw this: http://stackoverflow.com/questions/5496885/set-up-a-non-blackberry-email-account-on-blackberry-devic... and http://supportforums.blackberry.com/t5/Java-Development/Setting-up-non-BB-email-account-on-a-Blackbe.... Say that there is no API to do.

    for the VPN profile this post http://supportforums.blackberry.com/t5/Java-Development/Create-VPN-profile-and-VPN-settings-programa... receives no answer.  And this post http://supportforums.blackberry.com/t5/Java-Development/Virtual-Private-Network-VPN-connection-quest... said that it has no API to configure the VPN profile.

    So it doesn't look good at all. Just wonder if there is another way if there is no java api for development. There are some sellers who could really do more, as this company: http://www.astrasync.com/, they could enforce the policies of the Exchange.

    I could think of is to use EventInjection of our application in e-mail blackberry UI configuration (which we would try to start as well). Not sure about good password policies.

    It would be really appreciated if someone points or thoughts for research which will seek us in future investigations.  Y at - it all unpublished API rim including some seller access to the (for example, http://www.astrasync.com/)?

    I will close this thread because it seems that it is no other way to do this if there is not java API.

  • IDE for development

    Hi all

    We have mainly two IDEs, BlackBerry JDE and Eclipse with the plugin (haven't used Netbeans). BlackBerry JDE has its own folder structure, and this isn't errors give directly when you change the code similar to Eclipse.

    Where as Eclipse generates the src folder and even it mandates resource files should be folder src unders.

    If in the case of a person who is uncomfortable with Eclipse. I read somewhere Eclipse with the wrong plugin for related production envt. If I want to use Eclipse for the edition and BlackBerry JDE for other purposes. Will there be problems?

    It is advisable to do it, or simply using BlackBerry JDE would be desirable.

    Or it is easy to use the two seamlessely. Any tutorial or points for that.

    Please, sorry if that sounds confusing. I am a newbie and just try to understand the evnt for Blackberry development.

    Thanks in advance,

    Sandeep

    Deploying applications BlackBerry is similar regardless of the IDE used to create.

    You can also open the same project in the JDE BlackBerry and BlackBerry JDE for the eclipse and use either for development (just at the same time).

  • How to start the development of Blackberry software...

    Hi all

    I am newbie to development of Blackberry and looking for advice from you... How to get started with Blackberry programming?

    I downloaded the plug-in for Microsoft Visual Studio 2005 BlackBerry ... Is this suitable for developing application like SMS send and receive SMS... ??

    Please suggest me the appropriate SDK...

    Thanking you in advance

    Concerning

    Amol

    You have downloaded MDS Studio, who as far as I know, does NOT have the ability to send and receive SMS Messages.

    I suggest that you look at the following thread:

    http://supportforums.BlackBerry.com/Rim/Board/message?board.ID=java_dev&thread.ID=13264

    If you are already familiar with Eclipse or NetBeans, you might find these environments more useful.  If this isn't the case, at the risk of be flamed, I would say you download and install the JDE.

    Good luck

  • Free alternative IDE for development Playbook?

    Hello

    does anyone know any good alternative IDEs for development of Blackberry Playbook?

    I guess the requirements I'm looking for is the following:

    + Support ActionScript 3

    + Easy run to the device (via IP address)

    + Blackberry Playbook SDK support?

    Eclipse will not work because it lacks proper support for ActionScript - unless someone knows a good plugin - and Netbeans, well, does anyone know any good plugins that I kept on downloading plugins AS2?

    During my trial for Flash Builder Burrito is upward, I really want to pay the six hundred - correct me if I'm wrong - dollars.

    See this post studiochris ...

    FlashDevelop and BlackBerry PlayBook development: the basics

    for the discussion of the package FlashDevelop free & open source.

    I installed it just now and it seems real interesting and seems to be well supported.

    I will probably reconsider during my free trial of Flash Builder is in place.

    In addition, it was mentioned on webcasts that RIM planned costs of mitigation on Adobe tools for developers PlayBook, but there is no detail given in time.  I think it is total logic for them to do and there are several ways they could help out.

    For me that is not a question can I scratch a check for this or that piece of hardware, software or book - the question is where all this ends.  There's just an explosion of platforms and devices, and unless you already have a viable monetization strategy, it has the potential to be nothing more than an expensive hobby, and I already have expensive hobbies.

    IMO the economic reality is that underdog platforms will need to continue to the community of developers of seeds in order to get their stores built on app.

    RIM could probably do it in a way that is fair to all parties, for example:

    (1) work with Adobe to extend some trial licenses for active developers who submitted X number of apps in the last months of Y.

    2) don first corn cut from several hundred dollars to the RIM 30% from the sale to a developer for a license purchase.

    (3) just hard give a license to any developer showing a showcase app and/or a very popular app, be they free or paying.  Apps that show the platform and that users want it are probably well worth the wholesale price of a license.  Numbers of high download for a soft, free or paid, are the votes of users say they want more applications of this dev.

    and I don't know that some creative thinking could give more options that are fair to all parties.

  • I am trying to cancel my subscription, but it keeps telling me to contact customer service which brings me to this forum. I followed the links, but then I end up where I started. Why cant I just click Cancel?

    I am trying to cancel my subscription, but it keeps telling me to contact customer service which brings me to this forum. I followed the links, but then I end up where I started. Why cant I just click Cancel? Why can't I talk to someone on the phone?

    In order to cancel the order, please contact customer service

    You can use: http://helpx.adobe.com/x-productkb/global/phone-support-orders.html

    For more information on cancellation: cancel your creative cloud membership

  • just signed up convert pdf to docx.  so confused with options do not know where to start

    New on adnobe you want to convert the PDF to word 7 documents.  as many options as I don't know where to start!

    Hi Jim,.

    You can connect to https://cloud.acrobat.com/exportpdf & sign in you using Adobe ID to use export to PDF.

    Refer to this document for help using Adobe PDF PackKB.

    Let me know if you are still having a problem. We will be happy to help you.

    Kind regards

    Nicos

  • Where to start with recovery after disaster

    We start making a disaster recovery plan for the data center.  We have a small failry installation using vSphere 4.1 Enterprise with 6 hosts (blades) and about 30 vms, Windows, Linux, and Netware running on an IBM BladeCenter S.  The BladeCenter S shared storage in the chassis, and we also have a storage DS3300 iSCSI array.  In the event that something happens to this building we want to be able to bring our most important vms (~ 12 of them, the others will be restored from backup but not immediately) upwards to another place which is connected to this construction over a fiber of 1 GB connection.  We do not necessarily expect to provide the same level of service, just that our basic services are available.

    I understand this is a major project that can be answered in a forum, but I don't know where to start, if someone could point me in the right direction or give me some ideas, I would be happy.

    You need to take a look at the Site Recovery Manager. SRM is unfortunately not the whole solution, you also need the level of the SAN for this replication.

    If you storage does not support it or it's too expensive - you have the option to upgrade to vSphere 5 and use the replication host + RS.

Maybe you are looking for