Code Monkey home page Code Monkey logo

mastering-firemonkey-delphi's Introduction

Show some ❤️ and Star the repo to support the project!

Hello World! This is Muminjon

I am creating Delphi FireMonkey projects/prototypes for inspiration. It is free, and you can also make contributions! 🔥Delphi FireMonkey.

Click the star button and follow me!

New Projects Every Month 🎁

What have I used?

  • The TFloatAnimation component which gives you so many cool things that you can use for creating stunning animations without other resources.
  • Tab transition, which lots of new developers don’t use it. It is effortless; you just need to learn the TActionList component.
  • The TRectangle component. Why TRectangle not just TLayout or TPanel. Because the TRectangle is much more comfortable to use.
  • The System.Threading module that you can use it for creating multi-threaded applications.

Also, there are some additional animations for your Delphi FireMonkey Project.

Here you can see the demonstration of the Additional Animations: src

I'm on social networks: Follow me, buddy!

My Android app which is built with Delphi FireMonkey

Smash the Star Button mate!

mastering-firemonkey-delphi's People

Contributors

muminjonguru avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mastering-firemonkey-delphi's Issues

Error on Applicaiton.CreateForm on DelphiAnimation.dpr

program DelphiAnimation;

uses
System.StartUpCopy,
FMX.Forms,
//DelphiAnimation.uMain in 'DelphiAnimation.uMain.pas' {Form1};
DelphiAnimation.uMain in 'DelphiAnimation.uMain.pas' {FormMain};
{$R *.res}

begin
Application.Initialize;
// Application.CreateForm(TForm1, Form1); //Current with error
Application.CreateForm(TFormMain, FormMain); // Correct
Application.Run;
end.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.